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