Skip to main content

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

NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation

Declaration

void MoveTo(
    string destinationFileName
)

Parameters

Name Type Description
destinationFileName String

The new path and name for the file.

See Also