Click or drag to resize

DirectoryMove Method

Overload List
  NameDescription
Public methodStatic memberMove(String, String)
Moves a file or a directory and its contents to a new location.
Public methodStatic memberMove(String, String, MoveOptions)
[AlphaFS] Moves a file or a directory and its contents to a new location, MoveOptions can be specified.
Public methodStatic memberMove(String, String, PathFormat)
[AlphaFS] Moves a file or a directory and its contents to a new location.
Public methodStatic memberMove(String, String, MoveOptions, PathFormat)
[AlphaFS] Moves a file or a directory and its contents to a new location, MoveOptions can be specified.
Public methodStatic memberMove(String, String, MoveOptions, CopyMoveProgressRoutine, Object)
[AlphaFS] Moves a file or a directory and its contents to a new location, MoveOptions can be specified, and the possibility of notifying the application of its progress through a callback function.
Public methodStatic memberMove(String, String, MoveOptions, CopyMoveProgressRoutine, Object, PathFormat)
[AlphaFS] Moves a file or a directory and its contents to a new location, MoveOptions can be specified, and the possibility of notifying the application of its progress through a callback function.
Top
See Also