File::HomeDir::Darwin::Carbon(3pm) - phpMan

Command: man perldoc info search(apropos)  


File::HomeDir::Darwin::Carbon(3User Contributed Perl DocumentatioFile::HomeDir::Darwin::Carbon(3)



NAME
       File::HomeDir::Darwin - Find your home and other directories on Darwin (OS X)

DESCRIPTION
       This module provides Darwin-specific implementations for determining common user
       directories.  In normal usage this module will always be used via File::HomeDir.

       Note -- since this module requires Mac::Carbon and Mac::Carbon does not work with 64-bit
       perls, on such systems, File::HomeDir will try File::HomeDir::Darwin::Cocoa and then fall
       back to the (pure Perl) File::HomeDir::Darwin.

SYNOPSIS
         use File::HomeDir;

         # Find directories for the current user
         $home    = File::HomeDir->my_home;      # /Users/mylogin
         $desktop = File::HomeDir->my_desktop;   # /Users/mylogin/Desktop
         $docs    = File::HomeDir->my_documents; # /Users/mylogin/Documents
         $music   = File::HomeDir->my_music;     # /Users/mylogin/Music
         $pics    = File::HomeDir->my_pictures;  # /Users/mylogin/Pictures
         $videos  = File::HomeDir->my_videos;    # /Users/mylogin/Movies
         $data    = File::HomeDir->my_data;      # /Users/mylogin/Library/Application Support

TODO
       o   Test with Mac OS (versions 7, 8, 9)

       o   Some better way for users_* ?



perl v5.16.3                                2012-10-19           File::HomeDir::Darwin::Carbon(3)

Generated by $Id: phpMan.php,v 4.55 2007/09/05 04:42:51 chedong Exp $ Author: Che Dong
On Apache
Under GNU General Public License
2024-04-24 19:24 @18.188.241.82 CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Valid XHTML 1.0!Valid CSS!