J
John Black
Hi, I have some perl code that processes a file or files and I want an easy Windows familiar
way for the user to specify the filename. I.e. my users are not really into "command lines".
I have used Win32::GUI a little but I am looking for an off the shelf solution that someone
has hopefully done to allow the user to use the windows file browser or something like it to
traverse the directory tree, find their file and select it. This module would ideally just
return a scalar variable containing the filename with path and then my existing code can take
it from there. (extra credit to allow the user to select multiple filenames and have them
returned in an array...)
Does such a thing exist in the public domain? Thanks!
John Black
way for the user to specify the filename. I.e. my users are not really into "command lines".
I have used Win32::GUI a little but I am looking for an off the shelf solution that someone
has hopefully done to allow the user to use the windows file browser or something like it to
traverse the directory tree, find their file and select it. This module would ideally just
return a scalar variable containing the filename with path and then my existing code can take
it from there. (extra credit to allow the user to select multiple filenames and have them
returned in an array...)
Does such a thing exist in the public domain? Thanks!
John Black