cwcrogan Posted August 19, 2007 Posted August 19, 2007 (edited) Hello, Is it possible to pass a filename as a parameter to a script which then uses the open file command to open said file? I've tried without any luck. Edited August 19, 2007 by Guest
mr_vodka Posted August 19, 2007 Posted August 19, 2007 You could try and use Open URL. Something like... Set Variable [ $filepath; "file://MacVolume1/email.fp7" ] Open URL [ $path ] Set Variable [ $filepath; "file://MacVolume1/" & Get (ScriptParameter) ] Open URL [ $path ]
Recommended Posts
This topic is 6307 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 accountSign in
Already have an account? Sign in here.
Sign In Now