fchmodSync

external fun fchmodSync(fd: Number, mode: Mode)(source)

Sets the permissions on the file. Returns undefined.

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

Since

v0.4.7