inoPaths

Obtain all paths for an inode.

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

Parameters

fd int

Handle to the filesystem

inode u64

The inode

callback void delegate
(
char[] fn
)

Callback for receiving file names

Meta