Nodefsfchmodfunction fchmod#fchmod(fd: number,mode: Mode,callback: NoParamCallback,): voidSets 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. Parameters ##fd: number #mode: Mode #callback: NoParamCallback Return Type #void
function fchmod#fchmod(fd: number,mode: Mode,callback: NoParamCallback,): voidSets 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. Parameters ##fd: number #mode: Mode #callback: NoParamCallback Return Type #void