Jump to content
Server Maintenance This Week. ×

How to get the path of an exported file


This topic is 8490 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • Newbies

Hi,

I have a filemaker script to perform exporting data to a file and then open the exported file in another application. The problem is after I exported the file, how can I store the path to that file so I can pass it to another application via apple script?

Thanks in advance for any help.

Link to comment
Share on other sites

This isn't going to be easy. FileMaker doesn't give access to the path in any form that AppleScript can use. So, if you must do this, I would suggest something like the following algorithm:

Use AppleScript to get user to select folder to export to and store this folder for later reference.

Use FileMaker to export the data to a known folder that is the same every time, independent from where the user asked to place the file.

Use AppleScript to copy the exported data to the folder selected by the user and delete the copy in the default location.

Use AppleScript to open the file in your other application.

Chuck

Link to comment
Share on other sites

This topic is 8490 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.