FileSystem.access

Check file access permissions.

This will be called for the access() system call. If the 'default_permissions' mount option is given, this method is not called.

This method is not called under Linux kernel versions 2.4.x.

class FileSystem
@null
bool
access
(
string path
,
int mode
)

Meta