FileInfoMoveTo Method |
Name | Description | |
---|---|---|
![]() | MoveTo(String) | Moves a specified file to a new location, providing the option to specify a new file name. |
![]() | MoveTo(String, MoveOptions) | [AlphaFS] Moves a specified file to a new location, providing the option to specify a new file name, MoveOptions can be specified. |
![]() | MoveTo(String, PathFormat) | [AlphaFS] Moves a specified file to a new location, providing the option to specify a new file name. |
![]() | MoveTo(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. |
![]() | MoveTo(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. |
![]() | MoveTo(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. |