Method Fuse.Operations()->readdir()

class Fuse.Operations

Method readdir

int readdir(string path, function(string:void) callback)

Description

Get directory contents.

Call the callback once per file in the directory with the filename as the argument.

Note

This function is required.

Returns

errno or 0