NAME File::HomeDir::Darwin::Cocoa - Find your home and other directories on Darwin (OS X) DESCRIPTION This module provides Darwin-specific implementations for determining common user directories using Cocoa API through Mac::SystemDirectory. In normal usage this module will always be used via File::HomeDir. Theoretically, this should return the same paths as both of the other Darwin drivers. Because this module requires Mac::SystemDirectory, if the module is not installed, File::HomeDir will fall back to 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 COPYRIGHT Copyright 2009 - 2011 Adam Kennedy. Copyright 2017 - 2020 Jens Rehsack
Generated by phpman v4.10.0-7-g98e9fd5 · Markdown · JSON · MCP Author: Che Dong Under GNU General Public License
2026-09-12 07:35 @2600:1f28:365:80b0:6f72:a904:73b0:e266
CrawledBy CCBot/2.0 (https://commoncrawl.org/faq/)