Deletes the directory, files and subdirectories if specified.
Namespace: Composite.Core.IO.Plugins.IOProviderAssembly: Composite (in Composite.dll) Version: 3.2.4497.34829
Syntax
| C# |
|---|
void Delete( bool recursive ) |
| Visual Basic |
|---|
Sub Delete ( _ recursive As Boolean _ ) |
| Visual C++ |
|---|
void Delete( bool recursive ) |
Parameters
- recursive
- Type: System..::..Boolean
If true, a recursive delete will be performced.