in reply to Open Directory using Win32:GUI?
other options are... -computeronly, -domainonly, -driveonly, -editbox, -folderonly, -includefiles, -owner, -printeronly, -root, -title$folder = Win32::GUI::BrowseForFolder( -root => "C:\\Program Files", -includefiles => 1, );
With another option in there, but I can't find it anywhere. Oh well, I am sure that browse for folder will work. Let me know how you get on.$ret = GUI::GetSaveFileName( -title => "Save your newly generated Mail Merge Document.", -file => "\0" . " " x 256, -filter => [ "Word documents (*.doc)" => "*.doc", "All files", "*.*", ],
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Open Directory using Win32:GUI?
by $code or die (Deacon) on Jan 10, 2002 at 15:11 UTC | |
|
Thanks, Gerard!
by mr_dont (Beadle) on Jan 11, 2002 at 04:52 UTC |