Search found 1 match

by hkhansen
09 Aug 2013, 09:21
Forum: Help
Topic: Sync file to base path
Replies: 1
Views: 711

Sync file to base path

Hi,

Is there a way to sync a file to the right base path leaving out the relative path?

Example: Copy the C:\Temp\FOLDER\File.txt file to D:\Temp\File.txt
- Left base path: C:\Temp
- Left relative path: FOLDER
- Left full path: C:\Temp\FOLDER
- Left file name: File.txt
- Right base path: D:\Temp ...