Re: open a file from a directory
- Posted by "Greg Haberek" <ghaberek at gmail.com> Jul 07, 2006
- 491 views
> 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