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


Padre documentation  | view source Contained in the Padre distribution.

Index


NAME

Top

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

DESCRIPTION

Top

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

Top

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

Top


Padre documentation  | view source Contained in the Padre distribution.