method promises.FileHandle.chmod
Jump to headingFileHandle.chmod(mode: Mode): Promise<void>
Modifies the permissions on the file. See chmod(2)
.
Parameters Jump to heading
Jump to headingmode: Mode
the file mode bit mask.
Return Type Jump to heading
Promise<void>
Fulfills with undefined
upon success.