Function rm

  • Asynchronously removes files and directories (modeled on the standard POSIX rmutility). No arguments other than a possible exception are given to the completion callback.

    Parameters

    Returns void

    Since

    v14.14.0

    See

  • Asynchronously removes files and directories (modeled on the standard POSIX rmutility). No arguments other than a possible exception are given to the completion callback.

    Parameters

    Returns void

    Since

    v14.14.0

    See

  • Asynchronously removes files and directories (modeled on the standard POSIX rmutility). No arguments other than a possible exception are given to the completion callback.

    Parameters

    Returns Promise<void>

    Since

    v14.14.0

    See

Methods

  • Asynchronously removes files and directories (modeled on the standard POSIX rm utility).

    Parameters

    Returns Promise<void>

Generated using TypeDoc