Re: how to auto stuff a folder with Stuffit Lite
Re: how to auto stuff a folder with Stuffit Lite
- Subject: Re: how to auto stuff a folder with Stuffit Lite
- From: nellA hciR <email@hidden>
- Date: Thu, 18 Jan 2001 17:45:33 -0900
-- for StuffIt Deluxe 6
tell application "StuffIt Deluxe"
activate
open file "pb0:Desktop Folder:a.sit"
stuff {alias "pb0:Desktop Folder:EagleRiver:"} into archive "a.sit"
compression level fast
close window "a.sit"
end tell
-- hcir
>
Hi there. I have some scripts to copy a folder of files I have to backup
>
daily. For safety reasons beyond this ML, I have to stuff the files so they
>
don't interfere with the open files, which are the masters.
>
>
I was wondering how you stuff a folder. I have the path of the folder, but
>
you have to stuff an alias, and it can't change a folder into an alias. So
>
I am stuck.
>
>
I don't have to bring in each file, do I? That would take forever. I want
>
to stuff the whole folder.