Function fileHasExecutablePermissions

  • Checks if a file has executable permissions.

    Parameters

    • path: string

      Path to the file whose permissions will be checked.

    Returns Promise<boolean>