Re: Question about "info for" command
Re: Question about "info for" command
- Subject: Re: Question about "info for" command
- From: Jan Pieter Kunst <email@hidden>
- Date: Fri, 15 Jun 2001 00:11:00 +0200
Pier Kuipers (email@hidden) schreef op 14-06-2001 22:49 :
>
I know you're trying to end this thread, but just one last option:
>
>
tell application "Finder"
>
if last character of ((selection as alias) as text) is ":" then
>
set IsFolder to true
>
else
>
set IsFolder to false
>
end if
>
end tell
Nice try ... but that also returns "true" if the selected item is a disk.
JP