







Deletes the file and any files within the directory if it's a directory.
Namespace:
Moxiecode.Manager.FileSystems
Assembly:
MCManager (in MCManager.dll) Version: 1.0.0.0
Syntax
C# |
---|
bool Delete( bool deep ) |
Visual Basic (Declaration) |
---|
Function Delete ( _ deep As Boolean _ ) As Boolean |
Visual C++ |
---|
bool Delete( bool deep ) |
Parameters
- deep
- Type: System..::.Boolean
If set to true, files within the directory are deleted too.
Return Value
[Missing <returns> documentation for "M:Moxiecode.Manager.FileSystems.IFile.Delete(System.Boolean)"]