debian man page for file::homedir::darwin::cocoa

Query: file::homedir::darwin::cocoa

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

File::HomeDir::Darwin::Cocoa(3pm)			User Contributed Perl Documentation			 File::HomeDir::Darwin::Cocoa(3pm)

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 perl v5.14.2 2012-01-25 File::HomeDir::Darwin::Cocoa(3pm)
Related Man Pages
file::spec::functions5.18(3pm) - mojave
file::spec::functions(3pm) - osx
file::sharedir::par(3pm) - debian
file::spec::functions(3pm) - debian
file::userconfig(3pm) - debian
Similar Topics in the Unix Linux Community
Installing Dash Shell on OS X Lion
awk or sed - Convert 2 lines to 1 line
How can I do this in VI editor?
A (ksh) Library For and From UNIX.com
How to copy a column of multiple files and paste into new excel file (next to column)?