win32lib: getSaveFileName
- Posted by Judith Evans <camping at FLASH.NET> Oct 05, 2000
- 581 views
Is there a way to know, if several file file filters are used in
getSaveFileName(), to know which one the user selects? What I'm thinking of
is:
FILETYPES=("Euphoria DOS,*.ex",
"Euphoria WIN,*.exw",
"Text Files, *.txt",
"All Files, *.*"}
Thanks,
Judith Evans

