Click or drag to resize
DirectoryInfoMoveTo Method
Overload List
  NameDescription
Public methodMoveTo(String)
Moves a DirectoryInfo instance and its contents to a new path.
Public methodMoveTo(String, MoveOptions)
[AlphaFS] Moves a DirectoryInfo instance and its contents to a new path, MoveOptions can be specified.
Public methodMoveTo(String, PathFormat)
Moves a DirectoryInfo instance and its contents to a new path.
Public methodMoveTo(String, MoveOptions, PathFormat)
[AlphaFS] Moves a DirectoryInfo instance and its contents to a new path, MoveOptions can be specified.
Public methodMoveTo(String, MoveOptions, CopyMoveProgressRoutine, Object)
[AlphaFS] Moves a DirectoryInfo instance and its contents to a new path, 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 DirectoryInfo instance and its contents to a new path, MoveOptions can be specified,

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

Top
See Also