The OpenNET Project / Index page

[ новости /+++ | форум | теги | ]

Интерактивная система просмотра системных руководств (man-ов)

 ТемаНаборКатегория 
 
 [Cписок руководств | Печать]

File::HomeDir::Unix (3)
  • >> File::HomeDir::Unix (3) ( Разные man: Библиотечные вызовы )
  •  

    NAME

    File::HomeDir::Unix - find your home and other directories, on Unix
     
    

    DESCRIPTION

    This module provides 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
      $home    = File::HomeDir->my_home;        # /home/mylogin
    
    

      $desktop = File::HomeDir->my_desktop;     # .. all of these will default to home directory at the moment ..
      $docs    = File::HomeDir->my_documents;   #
      $music   = File::HomeDir->my_music;       #
      $pics    = File::HomeDir->my_pictures;    #
      $videos  = File::HomeDir->my_videos;      #
      $data    = File::HomeDir->my_data;        #
    
    
     

    TODO

    * Add support for common unix desktop and data directories when using KDE / Gnome / ...


     

    Index

    NAME
    DESCRIPTION
    SYNOPSIS
    TODO


    Поиск по тексту MAN-ов: 




    Партнёры:
    PostgresPro
    Inferno Solutions
    Hosting by Hoster.ru
    Хостинг:

    Закладки на сайте
    Проследить за страницей
    Created 1996-2024 by Maxim Chirkov
    Добавить, Поддержать, Вебмастеру