FileSystem.chown

Change the owner and group of a file.

fi will always be null if the file is not currenlty open, but may also be null if the file is open.

Unless FUSE_CAP_HANDLE_KILLPRIV is disabled, this method is expected to reset the setuid and setgid bits.

class FileSystem
@null
void
chown
(
string path
,
uid_t uid
,
gid_t gid
,)

Meta