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.v24.1.dll
NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
destinationFileName | String | The new path and name for the file. |
See Also