function chmod
Jump to headingchmod(): Promise<void>Changes the permissions of a file.
Parameters Jump to heading
Jump to headingpath: PathLikeJump to headingmode: ModeReturn Type Jump to heading
Promise<void>Fulfills with undefined upon success.