Click or drag to resize
FileInfoMoveTo Method
Overload List
  NameDescription
Public methodMoveTo(String)
Moves a specified file to a new location, providing the option to specify a new file name.
Public methodMoveTo(String, MoveOptions)
[AlphaFS] Moves a specified file to a new location, providing the option to specify a new file name, MoveOptions can be specified.
Public methodMoveTo(String, PathFormat)
[AlphaFS] Moves a specified file to a new location, providing the option to specify a new file name.
Public methodMoveTo(String, MoveOptions, PathFormat)
[AlphaFS] Moves a specified file to a new location, providing the option to specify a new file name, MoveOptions can be specified.
Public methodMoveTo(String, MoveOptions, CopyMoveProgressRoutine, Object)
[AlphaFS] Moves a specified file to a new location, providing the option to specify a new file name, MoveOptions can be specified,

and the possibility of notifying the application of its progress through a callback function.

Public methodMoveTo(String, MoveOptions, CopyMoveProgressRoutine, Object, PathFormat)
[AlphaFS] Moves a specified file to a new location, providing the option to specify a new file name, MoveOptions can be specified.
Top
See Also