Move a File

Move a file from its current location to a location you choose.

  1. Select the type of file storage - either Local File System or SharePoint.

    Files can only be moved from SharePoint to SharePoint or Local File System to Local File System, it is not possible to move a file from SharePoint to Local File System or vice versa.

  2. Enter the full file path and file name of the file to move.

    Example: C:\LeoSource\Text.txt

  3. Enter the full path of the folder to which to move the file.

    Example: C:\LeoDest

    If a file of the same name already exists in the target folder, the file will not be moved (and will not be deleted from its original location).

  4. Return moved file path in variable: (optional): enter a new file path (move to target folder file) to store a new full path of the moved file in a variable for further usage.

    Example: C:\LeoDest\Text.txt

  5. Instruct the wizard how to handle any errors encountered.

    Read more about error handling.