IFileSystem.DeleteDirectory method

namespace: Serenity   assemblySerenity.Net.Core

Deletes the directory at path

public void DeleteDirectory(string path, bool recursive = false)
parameter description
path The path to the directory
recursive True to delete directory recursively

See Also