Stuffit question
Stuffit question
- Subject: Stuffit question
- From: Jim Brandt <email@hidden>
- Date: Sun, 24 Feb 2002 06:49:28 -0600
Cam someone tell me how I fix this?
I have a script that stuffs a list of files into a Stuffit archive. I
was using StuffIt Deluxe 5.5.
Here's a piece of the script:
set archive_name to (source2 & yymmdd & ".sit") as string
tell application "StuffIt Deluxe"
activate
make new archive with properties {name:archive_name}
stuff alias (source2 & yymmdd)
close archive 1
end tell
It was working just fine. I then installed StuffIt Deluxe 6.5 on Friday.
The script is now broken.
The "make new archive" command is the culprit. However, I'm fairly new to
scripting, and can't figure out exactly what changed in the
dictionary to break it.
Can someone enlighten me?
Jim Brandt
_______________________________________________
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.