The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Padre::Util::FileBrowser - Open in file browser action

DESCRIPTION

A 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.