Nodefspromises.chmodfunction promises.chmod#chmod(path: PathLike,mode: Mode,): Promise<void>Changes the permissions of a file. Parameters ##path: PathLike #mode: Mode Return Type #Promise<void> Fulfills with undefined upon success.
function promises.chmod#chmod(path: PathLike,mode: Mode,): Promise<void>Changes the permissions of a file. Parameters ##path: PathLike #mode: Mode Return Type #Promise<void> Fulfills with undefined upon success.