file::homedir::windows(3) suse man page | unix.com

Man Page: file::homedir::windows

Operating Environment: suse

Section: 3

File::HomeDir::Windows(3)				User Contributed Perl Documentation				 File::HomeDir::Windows(3)

NAME
File::HomeDir::Windows - find your home and other directories, on Windows
DESCRIPTION
This module provides Windows-specific 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 (eg. using Windows XP Professional) $home = File::HomeDir->my_home; # C:Documents and Settingsmylogin $desktop = File::HomeDir->my_desktop; # C:Documents and SettingsmyloginDesktop $docs = File::HomeDir->my_documents; # C:Documents and SettingsmyloginMy Documents $music = File::HomeDir->my_music; # C:Documents and SettingsmyloginMy DocumentsMy Music $pics = File::HomeDir->my_pictures; # C:Documents and SettingsmyloginMy DocumentsMy Pictures $videos = File::HomeDir->my_videos; # C:Documents and SettingsmyloginMy DocumentsMy Video $data = File::HomeDir->my_data; # C:Documents and SettingsmyloginLocal SettingsApplication Data perl v5.12.1 2008-10-14 File::HomeDir::Windows(3)
Related Man Pages
file::homedir(3) - centos
file::homedir(3pm) - debian
file::homedir::unix(3pm) - debian
file::sharedir::par(3pm) - debian
file::spec::functions(3pm) - debian
Similar Topics in the Unix Linux Community
Change directory error
Migrating to UNIX
Cut command on RHEL 6.8 compatibility issues
Update kernel Linux without reboot?!
The Future of the PM (Private Message) System at UNIX.com