Method Fuse.Operations()->readdir()
- 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