Method Fuse.Operations()->chmod()
- Method chmod
intchmod(stringpath,intmode)- Description
Change the permission of a file or directory
- Returns
errno or 0
int chmod(string path, int mode)
Change the permission of a file or directory
errno or 0