Method Fuse.Operations()->access()
- Method access
intaccess(stringpath,intmode)- Description
Return if the user is allowed to access the
path. If the 'default_permissions' mount option is given, this method is not called.
int access(string path, int mode)
Return if the user is allowed to access the path. If the
'default_permissions' mount option is given, this method is not
called.