Description
We can save a lot of time by automating the process of moving files — and we can do that all across our internal network. In this article you find two methods to move a file from one folder to another.
Instructions
Method #1
1. Add the Move file activity
2. In the "Path" option, choose "Set a value" and insert the file path
3. Run the workflow.
Method #2
-
Add the Command Prompt activity
2. Inside the Command Prompt in the option command, add the following syntax: move "%USERPROFILE%\Move_file\test.txt" "%USERPROFILE%\Move_file\destiny"
- Replace the
"%USERPROFILE%\Music\howto\Move_file\test.txt"
with your file path - Replace the
%USERPROFILE%\Music\howto\Move_file\destiny
with your destiny folder path
3. Run the workflow — and it's done!
Note: This Methods works for network folders that are mapped in your system.