File::HomeDir::Windows(3pm) - phpMan

Command: man perldoc info search(apropos)  


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



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 Settings\mylogin
         $desktop = File::HomeDir->my_desktop;     # C:\Documents and Settings\mylogin\Desktop
         $docs    = File::HomeDir->my_documents;   # C:\Documents and Settings\mylogin\My Documents
         $music   = File::HomeDir->my_music;       # C:\Documents and Settings\mylogin\My Documents\My Music
         $pics    = File::HomeDir->my_pictures;    # C:\Documents and Settings\mylogin\My Documents\My Pictures
         $videos  = File::HomeDir->my_videos;      # C:\Documents and Settings\mylogin\My Documents\My Video
         $data    = File::HomeDir->my_data;        # C:\Documents and Settings\mylogin\Local Settings\Application Data



perl v5.10.0                                2009-03-27                File::HomeDir::Windows(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:48 @38.107.179.236 Crawled by CCBot/1.0 (+http://www.commoncrawl.org/bot.html)
Valid XHTML 1.0!Valid CSS!