1Padre::Desktop(3) User Contributed Perl Documentation Padre::Desktop(3)
2
3
4
6 Padre::Desktop - Support library for Padre desktop integration
7
9 This module provides a collection of functionality related to operating
10 system integration. It is intended to serve as a repository for code
11 relating to file extensions, desktop shortcuts, and so on.
12
13 This module is intended to be loadable without having to load the main
14 Padre code tree.
15
16 The workings of this module are currently undocumented.
17
18 "find_padre_exe"
19
20 Note: this only works under WIN32
21
22 Returns Padre's executable path and parent folder as "(padre_exe,
23 padre_exe_dir)". Returns "undef" if not found.
24
26 Copyright 2008-2011 The Padre development team as listed in Padre.pm.
27
28 This program is free software; you can redistribute it and/or modify it
29 under the same terms as Perl itself.
30
31 The full text of the license can be found in the LICENSE file included
32 with this module.
33
34
35
36perl v5.28.1 2011-08-16 Padre::Desktop(3)