in reply to
How do i select a directory in Tk?
If you have Tk804 installed, then you can try the chooseDirectory method. This one uses a native directory selector on Windows, and Tk::FBox on Unix, just like getOpenFile or getSaveFile.
Comment on
Re: How do i select a directory in Tk?
In Section
Seekers of Perl Wisdom