Operations.readlink

Reads the link identified by path into the given buffer.

class Operations
size_t
readlink
(
const(char)[] path
,
ubyte[] buf
)

Parameters

path const(char)[]

The path to the directory.

Meta