DirectoryInfoMoveTo Method |
Name | Description | |
---|---|---|
MoveTo(String) | Moves a DirectoryInfo instance and its contents to a new path. | |
MoveTo(String, MoveOptions) | [AlphaFS] Moves a DirectoryInfo instance and its contents to a new path, MoveOptions can be specified. | |
MoveTo(String, PathFormat) | Moves a DirectoryInfo instance and its contents to a new path. | |
MoveTo(String, MoveOptions, PathFormat) | [AlphaFS] Moves a DirectoryInfo instance and its contents to a new path, MoveOptions can be specified. | |
MoveTo(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. | |
MoveTo(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. |