Re: srvr
Re: srvr
- Subject: Re: srvr
- From: Mr Tea <email@hidden>
- Date: Thu, 04 Jan 2001 15:07:37 +0000
This from Chad Gray - dateline 3/1/01 9.54 pm:
>
Can someone explain where this "srvr" came from in this script to
>
mount/unmount server aliases.
>
>
Set the alias_list to (every alias file of this_folder whose file type is
>
"srvr") as list
Information about 'file type' is contained in each individual file (in what
is called the 'resource fork', I believe...). This info can be accessed by a
number of methods, none of them intuitive, or through third party products
like the 'Types Change' contextual menu plug-in.
It would be massively useful if Apple could get it together to include this
information in the standard 'get info' window, but their mission to conceal
does not allow this.
You can, however, check the file type of any item by saving this script as
an application and dropping individual items onto it.
on open
set FT to file type of selection of application "Finder"
display dialog FT
end open
(using 'selection of application "Finder"' prevents the droplet from
resolving any aliases dropped onto it)
--
Brew of the day: Darjeeling
- Follow-Ups:
- Re: srvr
- From: John W Baxter <email@hidden>
- Re: srvr
- From: Paul Berkowitz <email@hidden>
- Re: srvr
- From: JollyRoger <email@hidden>
References: | |
| >srvr (From: Chad Gray <email@hidden>) |