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