help with scripting Stuffit Deluxe 5.5
help with scripting Stuffit Deluxe 5.5
- Subject: help with scripting Stuffit Deluxe 5.5
- From: "Chitty, Butch" <email@hidden>
- Date: Mon, 26 Aug 2002 09:40:06 -0500
Greetings,
I have a simple script that needs to pull Stuffit archives from a shared
volume, unstuff them, rename the files contained in archives, and then post
the files to an ftp directory. Everything works EXCEPT the unstuffing
portion of the script. So far I've tried the following:
tell application "StuffIt Deluxe(tm)"
unstuff thisFile of thisDownloadFolder
end tell
-- where thisDownloadFolder = path to desktop & "folder name" &
dateExtension
and
tell application "StuffIt Deluxe(tm)"
unstuff (myPath & "folder name" & dateExtension & ":" & thisFile)
end tell
and
tell application "StuffIt Deluxe(tm)"
unstuff thisFile of thisDownloadFolder
end tell
None of these seems to work. If anyone has any suggestions, I'd greatly
appreciate it.
thanks much,
b
*******
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.