OSX 10.6.2
PB 4.41
The code :
RunProgram("open","myfile.pdf","",#PB_Program_Open)
work in the ide but not in standalone app.
Runprogram dont work
Re: Runprogram dont work
The current directory is probably not correct. Try a
to be sure.
Code: Select all
Debug GetCurrentDirectory()Re: Runprogram dont work
i test : Debug GetCurrentDirectory()
No problem with the current directory.
No problem with the current directory.

