I have a custom profile setup to move files from source to destination. It works fine, except, it doesn't delete the folder that it is moving to the destination.
Source d:\Test\
Destination F:\Test\
If I put a folder in source which has files in it, I want the profile to move the folder and files into the destination and then remove the folder and files in the source. My profile moves everything OK but the base folder is not deleted.
example: Add a folder (NEWFOLDER) with 1 file (file.txt) to source
Source d:\Test\NEWFOLDER\file.txt
Destination F:\Test\
run profile
desired:
Source d:\Test\
Destination F:\Test\NEWFOLDER\file.txt
But what happens
Source d:\Test\NEWFOLDER\
Destination F:\Test\NEWFOLDER\file.txt
ie. the folder NEWFOLDER is not deleted from the source.
How can I update my profile to delete the folder from source but not delete the existing folder (Test).
Thanks
Source d:\Test\
Destination F:\Test\
If I put a folder in source which has files in it, I want the profile to move the folder and files into the destination and then remove the folder and files in the source. My profile moves everything OK but the base folder is not deleted.
example: Add a folder (NEWFOLDER) with 1 file (file.txt) to source
Source d:\Test\NEWFOLDER\file.txt
Destination F:\Test\
run profile
desired:
Source d:\Test\
Destination F:\Test\NEWFOLDER\file.txt
But what happens
Source d:\Test\NEWFOLDER\
Destination F:\Test\NEWFOLDER\file.txt
ie. the folder NEWFOLDER is not deleted from the source.
How can I update my profile to delete the folder from source but not delete the existing folder (Test).
Thanks
Statistics: Posted by jd54321 — Sat Mar 30, 2019 5:31 pm