in reply to Browse for filename in Win32::GUI?

Have a look at Win32::GUI::BrowseForFolder and Win32::GUI::GetOpenFileName...

The Win32::GUI::BrowseForFolder() has options that can let you browse at the Drive level only or the Folder level only..


Excellence is an Endeavor of Persistence. Chance Favors a Prepared Mind.

Replies are listed 'Best First'.
Re^2: Browse for filename in Win32::GUI?
by gginnj (Initiate) on May 09, 2010 at 06:17 UTC
    I must have skipped over those functions. I also found the getopenfilename() function, which does exactly what I need. But I'll look at that one as well to see if it will do anything more/less than I need. Thanks.