• Set the permissions of the file at |path|.

    Windows does not make a distinction between user, group, and other permissions like UNICES do. If a permission flag is set for any of user, group, or other has a permission, then all users will have that permission. Additionally, Windows does not support setting the "executable" permission.

    Returns

    Resolves if the permissions were set successfully, otherwise rejects with a DOMException.

    Returns Promise<undefined>

Generated using TypeDoc