VDirectoryInfo.MoveTo Method
Namespace: Rebex.IO
Assembly: Rebex.FileSystem.dll (version 7.0.9448)
MoveTo(String)
Method moves a directory to the location denoted by the destDirName.
Declaration
public void MoveTo(string destDirName)
Parameters
| Type | Name | Description |
|---|---|---|
| String | destDirName | The final path of the (moved) directory. |