function chmodchmod(path: PathLike,mode: Mode,): Promise<void>DeprecatedChanges the permissions of a file. Parameterspath: PathLikemode: ModeReturn TypePromise<void>Fulfills with undefined upon success.