<cut from methods.html>
BrowseForFolder( OPTIONS )
Displays the standard ``Browse For Folder'' dialog box. Returns the selected
item's name, or undef if no item was selected or an error occurred.

Note that BrowseForFolder must be called as a standalone function, not as a
method.

Example:

        $folder = Win32::GUI::BrowseForFolder(
                -root => "C:\\Program Files",
                -includefiles => 1,
        );
<end cut>

--Yoda
PlanetUnreal

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Joel Oliveira
Sent: Thursday, January 04, 2001 9:18 PM
To: [EMAIL PROTECTED]
Subject: [perl-win32-gui] BrowseForFolder?


Hello All,
Can I get something like BrowseForFolder in the Win32:GUI?
Thanks,

        Joel Oliveira

--------------------------------------------

Reply via email to