Deletes the directory and if specified subdirectories and file on the given path.
Namespace: Composite.Core.IOAssembly: Composite (in Composite.dll) Version: 5.3.6135.33083
Syntax
C# |
---|
public static void Delete( string path, bool recursive ) |
Visual Basic |
---|
Public Shared Sub Delete ( _ path As String, _ recursive As Boolean _ ) |
Visual C++ |
---|
public: static void Delete( String^ path, bool recursive ) |
Parameters
- path
- Type: System..::..String
Path of directory to delete.
- recursive
- Type: System..::..Boolean
Include subdirectories and files.