Re: Default Path on OSX
Re: Default Path on OSX
- Subject: Re: Default Path on OSX
- From: John Haley <email@hidden>
- Date: Wed, 4 Jun 2003 18:34:11 -0500
I have ran into this same problem. I don't know if this is poor
practice or not, but I just made a "FileMaker Info" folder in the main
Library folder (I had my script create one if it didn't already exist).
I still couldn't get FileMaker to recognize it from all the computers
thought.
On Wednesday, June 4, 2003, at 04:49 PM, Michelle Steiner wrote:
On Wednesday, June 4, 2003, at 12:37 PM, Todd Geist wrote:
I need to create a path that appears in the Export Dialog of an
application
(in this case FileMaker Pro). When a FileMaker script "saves" an
export
step it saves the "Path" So I need to have a path that I can be sure
is
always exactly the same on all OSX computers.
I can't help you there; I've never tried to script Filemaker. But I
think what I suggested would work.
tell application "Finder" to set the destination to home
tell application "FileMaker Pro" to save <whatever> to the destination
Would be possible to create an alias to a folder and "mount" that
alias as a
drive, so it appears at the highest level of the File Dialogs, using
applescript.?
I don't think so; I'm not sure, though.
--Michelle
--
If you don't hit any bumps in the road, you're not moving.
_______________________________________________
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.
_______________________________________________
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.