1. open a file from a directory
Hello, i've got an other problem with my program.
In fact, i want to chose files from a specific directory, and i don't know how
to do.
I tried to use }}}
<eucode>getOpenFileName()</eucode>
{{{
, but i can't give my choosen
directory from it.
Can you help me?
thanks
2. Re: open a file from a directory
> I tried to use }}}
<eucode>getOpenFileName()</eucode>
{{{
, but i can't give my choosen
> directory from it.
The documentation for getOpenFileName() is a bit confusing. It says
the 2nd parameter is a 'file' but it can also be a 'path'. Try this:
filename = getOpenFileName( MyWindow, "default\\path\\here\\", {} )
~Greg