File::HomeDir::Unix(3pm) User Contributed Perl Documentation File::HomeDir::Unix(3pm)
NAME
File::HomeDir::Unix - find your home and other directories, on Unix
DESCRIPTION
This module provides implementations for determining common user directories. In normal
usage this module will always be used via File::HomeDir.
SYNOPSIS
use File::HomeDir;
# Find directories for the current user
$home = File::HomeDir->my_home; # /home/mylogin
$desktop = File::HomeDir->my_desktop; # All of these will...
$docs = File::HomeDir->my_documents; # ...default to home...
$music = File::HomeDir->my_music; # ...directory at the...
$pics = File::HomeDir->my_pictures; # ...moment.
$videos = File::HomeDir->my_videos; #
$data = File::HomeDir->my_data; #
TODO
o Add support for common unix desktop and data directories when using KDE / Gnome / ...
perl v5.10.0 2009-03-27 File::HomeDir::Unix(3pm)
Generated by $Id: phpMan.php,v 4.49 2006/02/26 13:18:18 chedong Exp $ Author: Che Dong
On Apache
Under GNU General Public License
2012-05-24 03:47 @38.107.179.240 Crawled by CCBot/1.0 (+http://www.commoncrawl.org/bot.html)