Options
All
  • Public
  • Public/Protected
  • All
Menu

Callable

  • stat(path: PathLike, callback: function): void
  • Asynchronous stat(2) - Get file status.

    Parameters

    Returns void

Index

Functions

Functions

__promisify__

  • Asynchronous stat(2) - Get file status.

    Parameters

    • path: PathLike

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

    Returns Promise<Stats>

Generated using TypeDoc