Re: How do you make a list of aliases?
Re: How do you make a list of aliases?
- Subject: Re: How do you make a list of aliases?
- From: Bill White <email@hidden>
- Date: Sat, 16 Feb 2002 10:08:41 -0500
Jim,
You're soooo close!
Replace "set fileList to every file in folder infomac" with "set fileList to
every file in folder infomac as alias list" and you're all set.
HTH,
Bill
>
How do you make a list of aliases?
>
>
I need to stuff a group of files into an archive. According to the
>
dictionary for StuffIt Deluxe, the syntax for doing this is:
>
>
stuff a list of alias into reference
>
>
I've tried:
>
>
tell application "Finder"
>
set infomac to "Macintosh HD:InfoMac:"
>
set fileList to every file in folder infomac
>
end tell
_______________________________________________
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.