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