Skip to main content
All docs
V25.1
  • 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.v25.1.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