Options
All
  • Public
  • Public/Protected
  • All
Menu

Callable

  • Asynchronously tests a user's permissions for the file specified by path.

    Parameters

    • path: PathLike

      A path to a file or directory. If a URL is provided, it must use the file: protocol. URL support is experimental.

    • mode: number | undefined
    • callback: NoParamCallback

    Returns void

  • Asynchronously tests a user's permissions for the file specified by path.

    Parameters

    • path: PathLike

      A path to a file or directory. If a URL is provided, it must use the file: protocol. URL support is experimental.

    • callback: NoParamCallback

    Returns void

Index

Functions

Functions

__promisify__

  • __promisify__(path: PathLike, mode?: number): Promise<void>
  • Asynchronously tests a user's permissions for the file specified by path.

    Parameters

    • path: PathLike

      A path to a file or directory. If a URL is provided, it must use the file: protocol. URL support is experimental.

    • Optional mode: number

    Returns Promise<void>

Generated using TypeDoc