fchmod

external fun fchmod(fd: Number, mode: Mode, callback: NoParamCallback)(source)

Sets the permissions on the file. No arguments other than a possible exception are given to the completion callback.

See the POSIX fchmod(2) documentation for more detail.

Since

v0.4.7