function fchmodSync
Jump to headingfchmodSync(fd: number,mode: Mode,): void
Sets the permissions on the file. Returns undefined
.
See the POSIX fchmod(2)
documentation for more detail.
Parameters Jump to heading
Jump to headingfd: number
Jump to headingmode: Mode
Return Type Jump to heading
void