Hi
I am trying to create a folder action that will transfer a Dropbox folder full of files to a location on my mac.
What I can’t do is get the Finder to move the folder after the upload of all its contents is complete in the Dropbox.
on adding folder items to this_folder after receiving added_items
set finderStuff to load script alias "Whopper:Users:xx:Library:Scripts:Library:FinderStuff.scpt"
--set copy_file to alias "Whopper:Users:xx:Dropbox:xx:"
set destfolder to alias "Whopper:Users:xxk:PhotoData:Group session data import:Group Clients:"
finderStuff's moveFile(added_items, destfolder)
end adding folder items to
the finderstuff handler is a straightforward move file/folder
I presume I need some sort of wait until complete command but I can’t find anything of the sort in the dictionary
many Thanks as allways