Greetings, I am attemptimg to use DropStuff to stuff a folder of items and I am continually receiving this error when attempting to stuff the initial folder to another, separate, specified folder:
“DropStuff got an error: Can’t make some data into the expected type.”
I have tried several variants of the script:
tell application “DropStuff”
stuff {“Volumes:Joshua’s G4:Applications:Application Authorization”} to {folder:“Volumes:Joshua’s G4:Users:jtowle:Desktop:New”}
end tell
or
set myFolder to the quoted form of POSIX path of “Volumes:Joshua’s G4:Applications:Application Authorization:”
tell application “DropStuff”
stuff myFolder to {“Volumes:Joshua’s G4:Users:jtowle:Desktop:New.sitx”}
end tell
I realize that this should be a VERY simple script, but it’s aggravating me as to why I am having difficulty with it. What am I doing wrong?
Thanks for the help!