Re: Font tracking and Dfont and otf information
Re: Font tracking and Dfont and otf information
- Subject: Re: Font tracking and Dfont and otf information
- From: jj <email@hidden>
- Date: Fri, 30 Jul 2004 08:35:06 +0200
>
When you do an info on a DFONT or OTF font, you can expand the General
>
arrow to see more information such as the Kind, Size, Where, Created,
>
Modified, Version, Full Name and Copyright. Does anybody know how to access
>
this information with an Applescript running under OSX?
>
>
Any help or direction would be greatly appreciated.
>
>
Thanks
>
>
Gary
You can use the command "info for", from the Standard Additions, specially
thought to retrieve a bunch of information for file(s)/folder(s):
info for alias "path:to:file.txt"
Or ask the Finder, which will also return various kinds of info:
tell app "Finder" to properties of alias "path:to:file.txt"
More info, take a look to the related dictionaries.
jj
--
http://www.macscripter.net/
http://www.osaxen.com/
_______________________________________________
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.