Re: info for file help...
Re: info for file help...
- Subject: Re: info for file help...
- From: "Marc K. Myers" <email@hidden>
- Date: Thu, 14 Dec 2000 00:23:08 -0500
- Organization: [very little]
Robert Seckendorf wrote:
>
Date: Wed, 13 Dec 2000 16:08:32 -0800
>
Subject: info for file help...
>
From: "Robert Seckendorf" <email@hidden>
>
To: email@hidden
>
>
Does anyone know how to capture all the properties of the results variable
>
(record) so they can be parsed into individual variables. I have tried to
>
copy the value of results into a new variable, but I can't gain access to
>
more than one value in the record without getting weird errors.
Is this what you're talking about?
set infoRec to info for file "SomeFile"
set theName to name of infoRec
set creDate to creation date of infoRec
set modDate to modification date of infoRec
set iconPos to icon position of infoRec
set theVis to visible of infoRec
set theSize to size of infoRec
set theFldr to folder of infoRec
set theAlias to alias of infoRec
set lockStat to locked of infoRec
set theMaker to file creator of infoRec
set theType to file type of infoRec
set theShrt to short version of infoRec
set theLong to long version of infoRec
set defApp to default application of infoRec
Marc [12/14/00 12:22:26 AM]