Moves the directory to the given path.
Namespace: Composite.Core.IOAssembly: Composite (in Composite.dll) Version: 5.3.6135.33083
Syntax
| C# |
|---|
public void MoveTo( string destDirName ) |
| Visual Basic |
|---|
Public Sub MoveTo ( _ destDirName As String _ ) |
| Visual C++ |
|---|
public: void MoveTo( String^ destDirName ) |
Parameters
- destDirName
- Type: System..::..String
Destination directory name.