1. File Dialog Box?
Is there a one-step file dialog selector function in win32lib? For instance,
filePath = get_filename()
2. Re: File Dialog Box?
Place this function into your code...
function get_filename()
return getOpenFileName(
0, -- parent window
"", -- no default name
{ "All Files", "*.*" } ) -- everything
end function
--------
cheers,
Derek
----- Original Message -----
From: "C. K. Lester" <cklester at yahoo.com>
Date: Wednesday, December 11, 2002 8:26 am
Subject: File Dialog Box?
>
> Is there a one-step file dialog selector function in win32lib? For
> instance,
> filePath = get_filename()
>
>
>
>
3. Re: File Dialog Box?
i mean get folder... but nevermind 'cuz i figured it all out.
THANKS Thomas Parslow!!! (and the k0dRz@EUchat)
----- Original Message -----
From: "C. K. Lester" <cklester at yahoo.com>
To: "EUforum" <EUforum at topica.com>
Subject: File Dialog Box?
>
> Is there a one-step file dialog selector function in win32lib? For
instance,
>
> filePath = get_filename()
>
>
>