Re: win32lib: getSaveFileName
Dan,
Not silly at all. But what I was trying to accomplish is the situation where
the user DOESN't enter the extention. Cause then I have no idea what to put.
thanks anyway,
Judith
On Thu, 5 Oct 2000 05:39:04 -0700, Dan B Moyer <DANMOYER at PRODIGY.NET> wrote:
>Judith,
>
>This may be silly, but it should (?) work if no one has any thing better to
>suggest:
>
>strip the extent off the returned filename, & if it's ".ex", then user
>selected "Euphoria Dos"; if it's ".exw", then user selected "Euphoria Win";
>if it's ".txt", well, I'm sure you got the idea :)
>
>Dan
>
>----- Original Message -----
>From: "Judith Evans" <camping at FLASH.NET>
>To: <EUPHORIA at LISTSERV.MUOHIO.EDU>
>Sent: Thursday, October 05, 2000 2:28 AM
>Subject: win32lib: getSaveFileName
>
>
>> 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
|
Not Categorized, Please Help
|
|