VDirectory.Move Method
Namespace: Rebex.IO
Assembly: Rebex.FileSystem.dll (version 7.0.9448)
Move(String, String)
Method moves a directory (or a file) identified by the sourceDirName to the location denoted by the destDirName.
Declaration
public static void Move(string sourceDirName, string destDirName)
Parameters
| Type | Name | Description |
|---|---|---|
| String | sourceDirName | The path of the source directory (or the source file). |
| String | destDirName | The final path of the (moved) directory (or file). |