Options
All
  • Public
  • Public/Protected
  • All
Menu

Callable

  • unlink(path: PathLike, callback: function): void
  • Asynchronous unlink(2) - delete a name and possibly the file it refers to.

    Parameters

    • path: PathLike

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

    • callback: function

    Returns void

Index

Functions

Functions

__promisify__

  • __promisify__(path: PathLike): Promise<void>
  • Asynchronous unlink(2) - delete a name and possibly the file it refers to.

    Parameters

    • path: PathLike

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

    Returns Promise<void>

Generated using TypeDoc