File::HomeDir::Unix - Find your home and other directories on legacy Unix


File-HomeDir documentation  | view source Contained in the File-HomeDir distribution.

Index


NAME

Top

File::HomeDir::Unix - Find your home and other directories on legacy Unix

SYNOPSIS

Top

  use File::HomeDir;

  # Find directories for the current user
  $home    = File::HomeDir->my_home;        # /home/mylogin
  $desktop = File::HomeDir->my_desktop;     # All of these will... 
  $docs    = File::HomeDir->my_documents;   # ...default to home...
  $music   = File::HomeDir->my_music;       # ...directory
  $pics    = File::HomeDir->my_pictures;    #
  $videos  = File::HomeDir->my_videos;      #
  $data    = File::HomeDir->my_data;        # 

DESCRIPTION

Top

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

SUPPORT

Top

See the support section the main File::HomeDir module.

AUTHORS

Top

Adam Kennedy <adamk@cpan.org>

Sean M. Burke <sburke@cpan.org>

SEE ALSO

Top

File::HomeDir, File::HomeDir::Win32 (legacy)

COPYRIGHT

Top


File-HomeDir documentation  | view source Contained in the File-HomeDir distribution.