Query: padre::util::filebrowser
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Padre::Util::FileBrowser(3pm) User Contributed Perl Documentation Padre::Util::FileBrowser(3pm)NAMEPadre::Util::FileBrowser - Open in file browser actionDESCRIPTIONA collection of single-shot methods to open a file in the platform's file manager or browser while trying to select it if possible.METHODS"open_in_file_browser" Padre::Util::FileBrowser->open_in_file_browser($filename); Single shot method to open the provided $filename in the file browser On win32, selects it in Windows Explorer On UNIX, opens the containing folder for it using either KDE or GNOME "open_with_default_system_editor" Padre::Util::FileBrowser->open_in_file_browser($filename); Single shot method to open the provided $filename using the default system editor "open_in_command_line" Padre::Util::FileBrowser->open_in_command_line($filename); Single shot method to open a command line/shell using the working directory of $filename COPYRIGHT & LICENSE Copyright 2008-2012 The Padre development team as listed in Padre.pm. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.14.2 2012-06-27 Padre::Util::FileBrowser(3pm)