Method Fuse.Operations()->opendir()

class Fuse.Operations

Method opendir

mixed opendir(string path)

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.