Re: win32Lib_0_70_20 and dialog open file
- Posted by sergelli Sep 29, 2011
- 1185 views
what the hell .... just put it this way:
filename=getOpenFileName(MAIN, -- parent window **"C:\\One\\Two\\*.*", -- default name ** { "All Files", "*.*", -- All files "Euphoria Code", "*.EX;*.EXW;*.E;*.EW;*.INI", "dBase Files", "*.PRG;*.TXT", "Text Files", "*.TXT" } ) -- everything else
Sorry