Re: How to restrict choose file dialog for Filemaker files?
Re: How to restrict choose file dialog for Filemaker files?
- Subject: Re: How to restrict choose file dialog for Filemaker files?
- From: Malcolm Fitzgerald <email@hidden>
- Date: Tue, 20 Apr 2004 18:13:36 +1000
At 8:26 PM -0700 18/4/04, trinko wrote:
As i was testing out a script i noticed something that seems odd. FMP
7 files, .fp7, don't seem to have a file type. I ran this script
tell application "Finder"
set x to choose file
set y to the file type of x
set z to the creator type of x
end tell
tell application "Finder" to set x to kind of (choose file)
-- taking care to choose a filemaker database
--> "Filemaker Document"
--
--
Malcolm Fitzgerald email@hidden
Database Manager
http://www.asauthors.org
The Australian Society of Authors ph: 02 93180877 fax: 02 93180530
_______________________________________________
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.