choosing directories
i have a form that allows users to copy files from one server to another by outputting the source and destination folders to a Perl file which performs all the copying.
i want to allow the user to use somethig like a file chooser(like JFileChooser in java) to select the folder to be copied and the destination folder, but so far i've only been able to select files. is there a way to allow users to select directories, like in java?
any hlelp is appreciated.
|