Using GetOpenFileName$dir_path = Win32::GUI::BrowseForFolder( -title => "Choose a directory:", );
Piet De Jong wrote: | Hi | I want to be able to show a dialog box with just a directory listing. | Can I pass any parameters to the function GetOpenFileName to only show information relative to directories | return the selected directory ? | Or is there a different function that I need to use ? | Many thanks, | Piet