RE: [perl-win32-gui] BrowseForFolder?

2001-01-04 Thread Yoda
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:

RE: [perl-win32-gui] BrowseForFolder?

2001-01-04 Thread Joel Oliveira
Where can I get this file (documentation)? # 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