Function deletePath

  • Deletes the complete Path recursevly.

    *WARNING: * Deletes Everything in the Folder.

    Example: deletePath('C:\\Test');

    This deletes all Files and Subfolders in the given Path. Furthermore the Folder Test itself is removed.

    Export

    Parameters

    • dir_path: string

    Returns Promise<void>

Generated using TypeDoc