Deletes an empty directory 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 ) |
Visual Basic |
---|
Public Shared Sub Delete ( _ path As String _ ) |
Visual C++ |
---|
public: static void Delete( String^ path ) |
Parameters
- path
- Type: System..::..String
Path of empty directory to delete.