Hi,
I am re-writing an archive utility I had created for my pre-press
department in their old red hat 7.2 server.
I'm using AppleScript in Xcode...to have my cute little buttons, etc...
let me set the example of what i want to accomplish
--------------------------------------------------
Server 1 has the job files
Server 2 has the ripped files
Both servers use their job numbers + client names in the folders
I need to find both and put them on a folder called "TOBACKUP" in
Server 1
delete the ripped files from server 2
-------------------------------------------------
Where I am so far:
I got a button that finds the job number ("move every folder of
a_folder whose names begin with j_num to b_folder) where j_num is the
job number.
I have that...it mounts the server 1 and moves the folder
now I'm stuck on the following:
I need to create in the newly moved folder a new folder named
"brisque_files" , but the Finder is giving me a "can't get folder of
folder, etc'..
My full code and screenshots are available if somebody wants to help
me...