Moves a specified file to a new directory.
- name: move_file arguments: path_to_file: <source-file-path> to_directory: <destination-directory> returns: <new-file-path>
Last updated 6 months ago
path_to_file
string
The file path before moving it.
to_directory
The directory to move the file to.
The new path of the moved file.