VFileInfo.MoveTo Method
Namespace: Rebex.IO
Assembly: Rebex.FileSystem.dll (version 7.0.9313)
MoveTo(String)
Method moves the file to the location denoted by the destFileName.
Declaration
public void MoveTo(string destFileName)
Parameters
| Type | Name | Description |
|---|---|---|
| String | destFileName | The final path of the (moved) file. |