• Removes the given "path", if it is a directory, and does not throw a error if not existing

    Parameters

    • dirPath: string

      The Directory Path to delete

    Returns Promise<void>

    "true" if deleted, otherwise "false"

Generated using TypeDoc