1File::HomeDir::FreeDeskUtsoepr(3C)ontributed Perl DocumeFnitlaet:i:oHnomeDir::FreeDesktop(3)
2
3
4

NAME

6       File::HomeDir::FreeDesktop - Find your home and other directories on
7       FreeDesktop.org Unix
8

DESCRIPTION

10       This module provides implementations for determining common user
11       directories.  In normal usage this module will always be used via
12       File::HomeDir.
13

SYNOPSIS

15         use File::HomeDir;
16
17         # Find directories for the current user
18         $home    = File::HomeDir->my_home;        # /home/mylogin
19         $desktop = File::HomeDir->my_desktop;
20         $docs    = File::HomeDir->my_documents;
21         $music   = File::HomeDir->my_music;
22         $pics    = File::HomeDir->my_pictures;
23         $videos  = File::HomeDir->my_videos;
24         $data    = File::HomeDir->my_data;
25

AUTHORS

27       Jerome Quelin <jquellin@cpan.org<gt>
28
29       Adam Kennedy <adamk@cpan.org>
30

SEE ALSO

32       File::HomeDir, File::HomeDir::Win32 (legacy)
33
35       Copyright 2009 - 2011 Jerome Quelin.
36
37       Some parts copyright 2010 Adam Kennedy.
38
39       This program is free software; you can redistribute it and/or modify it
40       under the same terms as Perl itself.
41
42       The full text of the license can be found in the LICENSE file included
43       with this module.
44
45
46
47perl v5.26.3                      2017-04-06     File::HomeDir::FreeDesktop(3)
Impressum