Filesystem: Copy a file
Copies a file to a specified destination.
Copies a file from one location to another, leaving the original in place. Use this when you want to keep a file where it is but also place a copy somewhere else, for example duplicating an incoming order file into an archive folder, or copying an image to a second filesystem connection. The copy can go to a different directory, a different file name, or even a completely different connection. The data passing through is left unchanged, so this step is purely an action on files.