Method Fuse.Operations()->fsyncdir()
classFuse.Operations
- Method
fsyncdir
intfsyncdir(stringpath,booldatasync,mixedopendir_handle)- Description
Sync directory changes to disc.
- Parameter
path Path to the directory.
- Parameter
datasync Whether the caller called fdatasync() (
1) or fsync() (0).- Parameter
opendir_handle The value returned from opendir().
- Returns
errno or 0
- Note
New in Pike 9.0 and FUSE 2.3.
- See also