 | 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)
Syntaxpublic static void PurgeDir(
string path
)
Public Shared Sub PurgeDir (
path As String
)
Parameters
- path
- Type: SystemString
A path to the directory.
See Also