Click or drag to resize

FileSystemPurgeDir Method

Deletes a directory and all of its content.

Namespace:  Mastersign.Bench
Assembly:  BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax
public static void PurgeDir(
	string path
)

Parameters

path
Type: SystemString
A path to the directory.
See Also