Search results for "module:File::Spec"

File::Spec - portably perform operations on file names River stage five • 7918 direct dependents • 32646 total dependents

This module is designed to support operations commonly performed on file specifications (usually called "file names", but not to be confused with the contents of a file, or Perl's file handles), such as concatenating several directory and file names ...

XSAWYERX/PathTools-3.75 - 29 Aug 2018 19:53:19 UTC

File::Spec::Mac - File::Spec for Mac OS (Classic) River stage five • 7918 direct dependents • 32646 total dependents

Methods for manipulating file specifications....

XSAWYERX/PathTools-3.75 - 29 Aug 2018 19:53:19 UTC

File::Spec::VMS - methods for VMS file specs River stage five • 7918 direct dependents • 32646 total dependents

See File::Spec::Unix for a documentation of the methods provided there. This package overrides the implementation of these methods, not the semantics. The default behavior is to allow either VMS or Unix syntax on input and to return VMS syntax on out...

XSAWYERX/PathTools-3.75 - 29 Aug 2018 19:53:19 UTC

File::Spec::OS2 - methods for OS/2 file specs River stage five • 7918 direct dependents • 32646 total dependents

See File::Spec and File::Spec::Unix. This package overrides the implementation of these methods, not the semantics. Amongst the changes made for OS/2 are... tmpdir Modifies the list of places temp directory information is looked for. $ENV{TMPDIR} $EN...

XSAWYERX/PathTools-3.75 - 29 Aug 2018 19:53:19 UTC

SPVM::File::Spec - Performing Operations on File Names Portably River stage one • 4 direct dependents • 4 total dependents

The File::Spec class of SPVM has methods to perform operations on file names portably....

KIMOTO/SPVM-File-Spec-0.081003 - 05 Dec 2023 05:52:27 UTC

File::Spec::Epoc - methods for Epoc file specs River stage five • 7918 direct dependents • 32646 total dependents

See File::Spec::Unix for a documentation of the methods provided there. This package overrides the implementation of these methods, not the semantics. This package is still a work in progress. ;-)...

XSAWYERX/PathTools-3.75 - 29 Aug 2018 19:53:19 UTC

File::Spec::Unix - File::Spec for Unix, base for other File::Spec modules River stage five • 7918 direct dependents • 32646 total dependents

Methods for manipulating file specifications. Other File::Spec modules, such as File::Spec::Mac, inherit from File::Spec::Unix and override specific methods....

XSAWYERX/PathTools-3.75 - 29 Aug 2018 19:53:19 UTC

File::Spec::Link - Perl extension for reading and resolving symbolic links River stage one • 1 direct dependent • 1 total dependent

"File::Spec::Link" is an extension to "File::Spec", adding methods for resolving symbolic links; it was created to implement "File::Copy::Link". "linked($link)" Returns the filename linked to by $link: by "readlink"ing $link, and resolving that path ...

RMBARKER/File-Copy-Link-0.140 - 03 Jul 2014 20:09:38 UTC

File::Spec::Win32 - methods for Win32 file specs River stage five • 7918 direct dependents • 32646 total dependents

See File::Spec::Unix for a documentation of the methods provided there. This package overrides the implementation of these methods, not the semantics. devnull Returns a string representation of the null device. POD ERRORS Hey! The above document had ...

XSAWYERX/PathTools-3.75 - 29 Aug 2018 19:53:19 UTC

File::Spec::Dated - Object to parse dated archive filenames. River stage one • 1 direct dependent • 1 total dependent

Split a filename path into segments used by virtually all archiver applications. This includes the segmentation done by the File::Spec:Archivist plus a further breakdown of the filename part it returns. For example, if the filename were 19901225-XMAS...

DALEAMON/Document-0.03-3 - 01 Sep 2008 10:56:14 UTC

File::Spec::Cygwin - methods for Cygwin file specs River stage five • 7918 direct dependents • 32646 total dependents

See File::Spec and File::Spec::Unix. This package overrides the implementation of these methods, not the semantics. This module is still in beta. Cygwin-knowledgeable folks are invited to offer patches and suggestions....

XSAWYERX/PathTools-3.75 - 29 Aug 2018 19:53:19 UTC

File::Spec::Native - Use native OS implementation of File::Spec from a subclass River stage two • 1 direct dependent • 15 total dependents

This module is a stupid hack to make the default File::Spec behavior available from a subclass. This can be useful when using another module that expects a subclass of File::Spec but you want to use the current, native OS format (automatically detect...

RWSTAUNER/File-Spec-Native-1.004 - 25 May 2015 00:56:01 UTC

MacOSX::File::Spec - Access FFSpec structure River stage zero No dependents

This module allows you to access FSSpec structure, which is used to locate files on MacOS. Though MacOS X allows you to access any files via path like any decent UNIX, you may still have to access files via old-fasioned MacOS way so here is the modul...

DANKOGAI/MacOSX-File-0.71 - 19 Aug 2005 06:15:04 UTC

File::Spec::AmigaOS - File::Spec for AmigaOS River stage five • 7918 direct dependents • 32646 total dependents

Methods for manipulating file specifications....

XSAWYERX/PathTools-3.75 - 29 Aug 2018 19:53:19 UTC

File::Spec::Memoized - Memoization of File::Spec to make it faster River stage zero No dependents

File::Spec is used everywhere, but its performance is not so good because a lot of internal calls of "canonpath()" consumes CPU. File::Spec::Memoized applies File::Spec with memoization technique (or data caching). Once you load this module, File::Sp...

GFUJI/File-Spec-Memoized-1.00 - 30 Nov 2010 17:30:59 UTC

File::Spec::DatedPage - Parse a dated and page numbered file name in a system independant way. River stage one • 1 direct dependent • 1 total dependent

Further splits a pathname string from what it's parent classes have already done. Using the example name_body string, XMAS-Title-Subtitle-note, it will be broken down further as: document_title_section: XMAS-Title-Subtitle-note startpage: endpage pag...

DALEAMON/Document-0.03-3 - 01 Sep 2008 10:56:14 UTC

File::Spec::BaseParse - Parse a basic file name spec in a system independant way. River stage one • 1 direct dependent • 1 total dependent

Split a file pathname into (mostly) system independent parts via the parent class File::Spec::Unix. The resultant rootpath is additionally split into a basepath and directory, and the filename into name and extensions. For example, /my/base/Cards/199...

DALEAMON/Document-0.03-3 - 01 Sep 2008 10:56:14 UTC

File::Spec::Functions - portably perform operations on file names River stage five • 7918 direct dependents • 32646 total dependents

This module exports convenience functions for all of the class methods provided by File::Spec. For a reference of available functions, please consult File::Spec::Unix, which contains the entire set, and which is inherited by the modules for other pla...

XSAWYERX/PathTools-3.75 - 29 Aug 2018 19:53:19 UTC

SPVM::File::Spec::Instance - Object-Oriented File::Spec River stage one • 4 direct dependents • 4 total dependents

The File::Spec::Instance class of SPVM is an Object-Oriented File::Spec class....

KIMOTO/SPVM-File-Spec-0.081003 - 05 Dec 2023 05:52:27 UTC

lib/Rex/Test/Spec/file.pm River stage zero No dependents

CHENRYN/Rex-Test-Spec-0.08 - 04 Jun 2015 09:33:15 UTC
111 results (0.036 seconds)