Deletes the given file.
Namespace: Composite.Core.IO.Plugins.IOProviderAssembly: Composite (in Composite.dll) Version: 5.3.6135.33083
Syntax
C# |
---|
void Delete( string path ) |
Visual Basic |
---|
Sub Delete ( _ path As String _ ) |
Visual C++ |
---|
void Delete( String^ path ) |
Parameters
- path
- Type: System..::..String
Path to file to delete.