Re: Files in a Folder
Re: Files in a Folder
- Subject: Re: Files in a Folder
- From: Timothy Bates <email@hidden>
- Date: Fri, 10 Aug 2001 10:38:42 +1000
>
On 8/9/01 12:18 PM, Joachim Georgii <email@hidden> wrote:
>
> In fact, I need the labeled files of the folder. Any suggestions??
tell application "Finder"
(every file of myFolderAlias whose label index is not 0) as alias list
end tell
Bearing in mind that there is an AppleScript bug in alias list such that if
1 and only 1 item is found, alias list returns an error - duh!
Dr Timothy Bates <
mailto:email@hidden>
Macquarie Centre for Cognitive Science (MACCS)
Macquarie University
Ph 61 (2) 9850 8623
Fx 61 (2) 9850 6059