inoLookup

Obtains the relative path of a given filesystem object for the given filesystem root.

void
inoLookup
(
int fd
,,,
scope void delegate
(
char[] fn
)
callback
)

Parameters

fd int

Handle to the filesystem

treeID u64

Tree ID containing the filesystem object

objectID u64

Filesystem object

callback void delegate
(
char[] fn
)

Callback receiving the relative path (it ends with /)

Meta