The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:File::HomeDir"

File::HomeDir - Find your home and other directories on any platform River stage four • 319 direct dependents • 1250 total dependents

File::HomeDir is a module for locating the directories that are "owned" by a user (typically your user) and to solve the various issues that arise trying to find them consistently across a wide variety of platforms. The end result is a single API tha...

REHSACK/File-HomeDir-1.006 - 28 Sep 2020 14:57:05 UTC

File::HomeDir::Test - Prevent the accidental creation of user-owned files during testing River stage four • 319 direct dependents • 1250 total dependents

File::HomeDir::Test is a File::HomeDir driver intended for use in the test scripts of modules or applications that write files into user-owned directories. It is designed to prevent the pollution of user directories with files that are not part of th...

REHSACK/File-HomeDir-1.006 - 28 Sep 2020 14:57:05 UTC

File::HomeDir::Unix - Find your home and other directories on legacy Unix River stage four • 319 direct dependents • 1250 total dependents

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

REHSACK/File-HomeDir-1.006 - 28 Sep 2020 14:57:05 UTC

File::HomeDir::Win32 - Find home directories on Win32 systems River stage zero No dependents

This module provides routines for finding home directories on Win32 systems. It was designed as a companion to File::HomeDir that overrides the existing "home" function, which does not properly locate home directories on Windows machines. To use both...

RKOBES/File-HomeDir-Win32-0.04 - 08 Jan 2006 13:33:25 UTC

File::HomeDir::Darwin - Find your home and other directories on Darwin (OS X) River stage four • 319 direct dependents • 1250 total dependents

This module provides Mac OS X specific file path for determining common user directories in pure perl, by just using $ENV{HOME} without Carbon nor Cocoa API calls. In normal usage this module will always be used via File::HomeDir....

REHSACK/File-HomeDir-1.006 - 28 Sep 2020 14:57:05 UTC

File::HomeDir::MacOS9 - Find your home and other directories on legacy Macintosh systems River stage four • 319 direct dependents • 1250 total dependents

This module provides implementations for determining common user directories on legacy Mac hosts. In normal usage this module will always be used via File::HomeDir. This module is no longer actively maintained, and is included only for extreme back-c...

REHSACK/File-HomeDir-1.006 - 28 Sep 2020 14:57:05 UTC

File::HomeDir::Driver - Base class for all File::HomeDir drivers River stage four • 319 direct dependents • 1250 total dependents

This module is the base class for all File::HomeDir drivers, and must be inherited from to identify a class as a driver. It is primarily provided as a convenience for this specific identification purpose, as File::HomeDir supports the specification o...

REHSACK/File-HomeDir-1.006 - 28 Sep 2020 14:57:05 UTC

File::HomeDir::Windows - Find your home and other directories on Windows River stage four • 319 direct dependents • 1250 total dependents

This module provides Windows-specific implementations for determining common user directories. In normal usage this module will always be used via File::HomeDir. Internally this module will use Win32::GetFolderPath to fetch the location of your direc...

REHSACK/File-HomeDir-1.006 - 28 Sep 2020 14:57:05 UTC

File::HomeDir::PathClass - File::HomeDir returning Path::Class objects River stage one • 4 direct dependents • 7 total dependents

This module is just a wrapper around File::HomeDir methods, transforming their return value to Path::Class objects. This allows for easier usage of the value. Refer to File::HomeDir#METHODS for a list of which functions are supported. "File::HomeDir:...

JQUELIN/File-HomeDir-PathClass-1.112060 - 25 Jul 2011 11:56:21 UTC

PERLANCAR::File::HomeDir - Lightweight way to get current user's home directory River stage three • 7 direct dependents • 480 total dependents

This is a (temporary?) module to get user's home directory. It is a lightweight version of File::HomeDir with fewer OS support (only Windows and Unix) and fewer logic/heuristic....

PERLANCAR/PERLANCAR-File-HomeDir-0.060 - 20 Sep 2018 07:45:10 UTC

File::HomeDir::FreeDesktop - Find your home and other directories on FreeDesktop.org Unix River stage four • 319 direct dependents • 1250 total dependents

This module provides implementations for determining common user directories. In normal usage this module will always be used via File::HomeDir. This module can operate only when the command "xdg-user-dir" is available and executable, which is typica...

REHSACK/File-HomeDir-1.006 - 28 Sep 2020 14:57:05 UTC

File::HomeDir::Darwin::Cocoa - Find your home and other directories on Darwin (OS X) River stage four • 319 direct dependents • 1250 total dependents

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 p...

REHSACK/File-HomeDir-1.006 - 28 Sep 2020 14:57:05 UTC

File::HomeDir::Darwin::Carbon - Find your home and other directories on Darwin (OS X) River stage four • 319 direct dependents • 1250 total dependents

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 ...

REHSACK/File-HomeDir-1.006 - 28 Sep 2020 14:57:05 UTC

lib/File/HomeDir/Tiny.pm River stage one • 2 direct dependents • 7 total dependents

SPROUT/File-HomeDir-Tiny-0.01 - 03 Dec 2017 18:45:16 UTC

lib/ExtUtils/ModuleMaker/MockHomeDir.pm River stage one • 3 direct dependents • 4 total dependents

JKEENAN/ExtUtils-ModuleMaker-0.63 - 31 Jul 2018 16:36:35 UTC

EAI::File - read/parse Files from the filesystem or write to the filesystem River stage zero No dependents

EAI::File contains all file parsing API-calls. This is for reading plain text data (also as quoted csv), reading excel data (old 2003 and new 2007+ format), reading xml data, writing plain text data and excel files. API readText ($$$;$$) reads the de...

RKAPL/EAI-Wrap-1.913 - 03 Apr 2024 20:40:08 UTC

File::Glob - Perl extension for BSD glob routine River stage five • 11292 direct dependents • 32664 total dependents

The glob angle-bracket operator "<>" is a pathname generator that implements the rules for file name pattern matching used by Unix-like shells such as the Bourne shell or C shell. File::Glob::bsd_glob() implements the FreeBSD glob(3) routine, which i...

PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 UTC

File::Glob - Perl extension for BSD glob routine River stage five • 11292 direct dependents • 32664 total dependents

The glob angle-bracket operator "<>" is a pathname generator that implements the rules for file name pattern matching used by Unix-like shells such as the Bourne shell or C shell. File::Glob::bsd_glob() implements the FreeBSD glob(3) routine, which i...

RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC

File::BSDGlob - Perl extension for BSD glob routine River stage zero No dependents

File::BSDGlob implements the FreeBSD glob(3) routine, which is a superset of the POSIX glob() (described in IEEE Std 1003.2 "POSIX.2"). The glob() routine takes a mandatory "pattern" argument, and an optional "flags" argument, and returns a list of f...

GBACON/File-BSDGlob-0.94 - 23 Jan 1999 19:32:14 UTC

File::ShareDir - Locate per-dist and per-module shared files River stage four • 552 direct dependents • 4787 total dependents

The intent of File::ShareDir is to provide a companion to Class::Inspector and File::HomeDir, modules that take a process that is well-known by advanced Perl developers but gets a little tricky, and make it more available to the larger Perl community...

REHSACK/File-ShareDir-1.118 - 21 Oct 2020 06:15:18 UTC
27 results (0.034 seconds)