Re: folder of
Re: folder of
- Subject: Re: folder of
- From: Emmanuel <email@hidden>
- Date: Mon, 27 Nov 2000 14:31:50 +0100
At 7:12 +0100 27/11/00, email@hidden wrote:
>
tell application "Finder"
>
[snipped]
>
if folder of (info for theFile) is true then
>
[snipped]
>
end tell
You should write "folder of (info for theFile)" outside the "tell" block.
Finder has its own "folder" term.
Emmanuel