finding the archives
finding the archives
- Subject: finding the archives
- From: "Kevin J Krejca" <email@hidden>
- Date: Tue, 09 Oct 2001 07:46:41 -0500
Oohayo gozaimasu!
Not sure if that is spelled right... In any event, posted yesterday
regarding backing up... I've gotten up to copying items of said folder to
another folder, the problem I'm haveing is mostly insecurity... Just curious
if I'm on the right track here...
tell application "finder"
set reference_to_folder to "HD : Apple Menu Items : Recent Documents:"
set item list to items of reference_to_folder
tell application "finder"
copy every item of item list to "HD : File Copys:"
end tell
end tell
Issues I forsee...
the "items" are alias' not actual files??? is that an issue or will it be
resolved naturally?
the "items" will be spread out over a network. If the network is up and
running and the computer is on the network this should not be a problem,
right?