Re: Get info for windows file
Re: Get info for windows file
- Subject: Re: Get info for windows file
- From: Kai Edwards <email@hidden>
- Date: Mon, 02 Dec 2002 18:53:20 +0000
on Mon, 2 Dec 2002 11:34:17 +0100, Monsoft <email@hidden> wrote:
>
I'm trying to test the busy_status of a windows file on a windows
>
volume (dishonor!).
>
The get info record returned is not the same as in MacOS... There is no
>
busy_status.
>
Here what I get :
>
{name:"Something.txt",
>
+class ascd;:date "some date",
>
+class asmo;:date "some other date",
>
+class asip;:{1,0},
>
visible:true,
>
size:some number,
>
alias:false,
>
+class aslk;:false,
>
+class bzst;:false,
>
+class asct;:"MSWD",
>
etc...
>
Is there somewhere any documentation about this record content?
(+ or << = option-\)
(; or >> = shift-option-\)
Just paste the raw codes into Script Editor and compile. You should get
these results:
==============================
<<class ascd>> --> creation date
<<class asmo>> --> modification date
<<class asip>> --> icon position
<<class aslk>> --> locked
<<class bzst>> --> busy status
<<class asct>> --> file creator
==============================
Kai
--
email@hidden
email@hidden
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.