Operations.readlink

Reads the link identified by path into the given buffer.

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

Parameters

path
Type: const(char)[]

The path to the directory.

Meta