Skip to main content
A newer version of this page is available. .

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.v20.2.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Uwp.Controls, DevExpress.WindowsDesktop.Mvvm

Declaration

void MoveTo(
    string destinationFileName
)

Parameters

Name Type Description
destinationFileName String

The new path and name for the file.

See Also