IFileSystemInfo.MoveTo(String) Method
Moves a specified file to a new location and allows you to specify a new file name.
Namespace: DevExpress.Mvvm
Assembly: DevExpress.Mvvm.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| destinationFileName | String | The new path and name for the file. |
See Also