August 19, 200718 yr 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, 200718 yr by Guest
August 19, 200718 yr 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 ]
Create an account or sign in to comment