Function chmodR

  • Recursively modifies the permissions of the specified directory.

    Parameters

    • fullPath: string

      The full path of the directory to modify.

    • mode: number

      The desired file mode bit mask.

    Returns Promise<void>