Method Fuse.Operations()->opendir()
classFuse.Operations
- Method
opendir
mixedopendir(stringpath)- Description
Open a directory.
- Parameter
path Path to the directory.
- Returns
Returns
0(zero) or a non-integer (typically an object) on success and the errno on failure. The returned value will be passed to readdir(), fsyncdir() and releasedir() as the opendir_handle argument. It will be released after the releasedir() call when the directory is closed.- Note
New in Pike 9.0 and FUSE 2.3.