method promises.FileHandle.chmodFileHandle.chmod(mode: Mode): Promise<void>DeprecatedModifies the permissions on the file. See chmod(2). Parametersmode: Modethe file mode bit mask. Return TypePromise<void>Fulfills with undefined upon success.