Page 1 of 1

RunProgram will not open a file

Posted: Sun Jul 20, 2014 11:54 pm
by reddon
Hi all,

The RunProgram function will not open a file. The functions returns zero.

Please see the code:

Code: Select all

Debug RunProgram("/Users/Mac/MyApp/Folder/TestPic.bmp")
I've tried just to open the file through finder which worked!

Re: RunProgram will not open a file

Posted: Mon Jul 21, 2014 12:02 am
by spacebuddy
Try it like this.

RunProgram("open","/Users/Mac/MyApp/Folder/TestPic.bmp","")

Re: RunProgram will not open a file

Posted: Mon Jul 21, 2014 10:41 am
by reddon
Thank you very much :D