Query: file::homedir::unix
OS: suse
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
File::HomeDir::Unix(3) User Contributed Perl Documentation File::HomeDir::Unix(3)NAMEFile::HomeDir::Unix - find your home and other directories, on UnixDESCRIPTIONThis module provides implementations for determining common user directories. In normal usage this module will always be used via File::HomeDir.SYNOPSISuse 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; #TODOo Add support for common unix desktop and data directories when using KDE / Gnome / ... perl v5.12.1 2008-10-14 File::HomeDir::Unix(3)
Related Man Pages |
---|
file::spec::functions(3pm) - mojave |
file::spec::functions(3) - centos |
file::homedir::windows(3) - centos |
file::basedir(3pm) - debian |
file::userconfig(3pm) - debian |
Similar Topics in the Unix Linux Community |
---|
Getting command output to putty window title. |
Update kernel Linux without reboot?! |
Tar Command |
A (ksh) Library For and From UNIX.com |
The Future of the PM (Private Message) System at UNIX.com |