1Padre::Util::FileBrowseUrs(e3r)Contributed Perl DocumentPaatdiroen::Util::FileBrowser(3)
2
3
4

NAME

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

DESCRIPTION

9       A collection of single-shot methods to open a file in the platform's
10       file manager or browser while trying to select it if possible.
11

METHODS

13   "open_in_file_browser"
14         Padre::Util::FileBrowser->open_in_file_browser($filename);
15
16       Single shot method to open the provided $filename in the file browser
17       On win32, selects it in Windows Explorer On UNIX, opens the containing
18       folder for it using either KDE or GNOME
19
20   "open_with_default_system_editor"
21         Padre::Util::FileBrowser->open_in_file_browser($filename);
22
23       Single shot method to open the provided $filename using the default
24       system editor
25
26   "open_in_command_line"
27         Padre::Util::FileBrowser->open_in_command_line($filename);
28
29       Single shot method to open a command line/shell using the working
30       directory of $filename
31
33       Copyright 2008-2011 The Padre development team as listed in Padre.pm.
34
35       This program is free software; you can redistribute it and/or modify it
36       under the same terms as Perl itself.
37
38
39
40perl v5.32.0                      2020-07-28       Padre::Util::FileBrowser(3)
Impressum