Move path
Description
Moves a file or folder from an specified path to a targeted path.
Input Ports
Name | dataType | sourceType | required | description |
---|---|---|---|---|
Path from | text | link-manual | true | The path where the file or folder should be moved from |
Path to | text | link-manual | true | The path where the file or folder should be moved to |
Scenarios
- The user wants to get all the paths inside of a targeted
Folder path
Use case
Inputs
- Path from:
D:\allManagers.csv
- Path to:
D:\csv files\
Experienced tips
- If you do not specify the
Path from
orPath to
values, the process will stop and provide you with the following error.The "path" argument must be of type string. Received type object
- If the folder you specified inside of the
Path to
value does not exist, Roboteur will create that folder and move the targeted file or folder into the created folder.
Search Tags
Move file or folder
Automatically create folder