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

Search results for "File-Path"

File::Path - Create or remove directory trees River stage five • 862 direct dependents • 32646 total dependents

This module provides a convenient way to create directories of arbitrary depth and to delete an entire directory subtree from the filesystem. The following functions are provided: make_path( $dir1, $dir2, .... ) make_path( $dir1, $dir2, ...., \%opts ...

JKEENAN/File-Path-2.18 - 05 Nov 2020 01:30:15 UTC - Search in distribution

File::Path::Tiny - recursive versions of mkdir() and rmdir() without as much overhead as File::Path River stage two • 9 direct dependents • 21 total dependents

The goal here is simply to provide recursive versions of mkdir() and rmdir() with as little code and overhead as possible. This module is in no way meant to derogate File::Path and is in no way an endorsement to go out and replace all use of File::Pa...

DMUEY/File-Path-Tiny-1.0 - 04 Feb 2021 20:04:04 UTC - Search in distribution

SPVM::File::Path - Creating and Removing Multi-Level Path River stage one • 1 direct dependent • 1 total dependent

"SPVM::File::Path" is the "File::Path" class in SPVM language. It has methods to create a multi-level path and to remove a directory that contain files or directories within them....

KIMOTO/SPVM-File-Path-0.011001 - 25 Dec 2023 03:08:26 UTC - Search in distribution

Path::Class::File - Objects representing files River stage four • 588 direct dependents • 1864 total dependents

The "Path::Class::File" class contains functionality for manipulating file names in a cross-platform way....

KWILLIAMS/Path-Class-0.37 - 14 Aug 2016 02:37:55 UTC - Search in distribution

File::Path::Expand - expand filenames River stage two • 9 direct dependents • 23 total dependents

File::Path::Expand expands user directories in filenames. For the simple case it's no more complex than s{^~/}{$HOME/}, but for other cases it consults "getpwent" and does the right thing....

RCLAMP/File-Path-Expand-1.02 - 11 May 2006 15:00:12 UTC - Search in distribution

File::Path::Stderr - like File::Path but print to STDERR River stage zero No dependents

This is a very, very simple wrapper around File::Path. All exported functions function exactly the same as they do in File::Path except rather than printing activity reports to the currently selected filehandle (which is normally STDOUT) the messages...

MARKF/File-Path-Stderr-2.00 - 10 Mar 2012 09:48:27 UTC - Search in distribution

File::Path::Collapse - Collapses a path as much as possible River stage zero No dependents

This module implements ......

NKH/File-Path-Collapse-0.03.7 - 14 Jan 2009 17:06:06 UTC - Search in distribution

Path::Extended::File River stage one • 2 direct dependents • 2 total dependents

This class implements file-specific methods. Most of them are simple wrappers of the equivalents from various File::* or IO::* classes. See also Path::Class::Entity for common methods like "copy" and "move"....

ISHIGAKI/Path-Extended-0.23 - 11 Mar 2015 05:29:38 UTC - Search in distribution

Meta::Utils::File::Path - module to handle path names. River stage zero No dependents

This package is intended to help you handle paths. For example - remove automounted parts from your path, get cannonic paths, get absolute paths, get paths with as few ".." as possible, reduce paths to a minimum etc......

VELTZER/Meta-0.08 - 31 Dec 2002 10:05:41 UTC - Search in distribution

Parse::Path::File::Unix - /UNIX/file/path/support River stage one • 1 direct dependent • 1 total dependent

This is a file-based path style for *nix paths. Some examples: /etc/foobar.conf /home/bbyrd/foo/bar.txt ../..///.././aaa/.///bbb/ccc/../ddd foo/bar/../baz var/log/turnip.log Arrays are, of course, not supported. Neither is quoting, as that is a produ...

BBYRD/Parse-Path-0.92 - 12 Sep 2013 01:19:35 UTC - Search in distribution

Path::Class::File::Stat - test whether the file beneath a Path::Class::File object has changed River stage two • 5 direct dependents • 18 total dependents

Path::Class::File::Stat is a simple extension of Path::Class::File. Path::Class::File::Stat is useful in long-running programs (as under mod_perl) where you might have a file handle opened and want to check if the underlying file has changed....

KARMAN/Path-Class-File-Stat-0.05 - 11 Jun 2013 13:52:13 UTC - Search in distribution

Pcore::Util::Path::File River stage one • 1 direct dependent • 1 total dependent

ZDM/Pcore-v0.139.0 - 14 Jul 2020 14:12:56 UTC - Search in distribution

Path::Class::File::Lockable - lock your files with Path::Class::File River stage two • 5 direct dependents • 15 total dependents

Path::Class::File::Lockable uses simple files to indicate whether a file is locked or not. It does not use flock(), since that is unstable over NFS. Effort has been made to avoid race conditions. Path::Class::File::Lockable is intended for long-stand...

KARMAN/Path-Class-File-Lockable-0.03 - 02 Aug 2012 10:12:27 UTC - Search in distribution

Net::FTP::Path::Iter::File - Class representing a File River stage zero No dependents

Net::FTP::Path::Iter::File is a class representing a file entry. It is a subclass of Net::FTP::Path::Iter::Entry; see it for all available methods....

DJERIUS/Net-FTP-Path-Iter-0.06 - 31 May 2022 16:18:59 UTC - Search in distribution

lib/Module/Setup/Path/File.pm River stage one • 4 direct dependents • 5 total dependents

YAPPO/Module-Setup-0.09 - 09 Feb 2010 05:01:55 UTC - Search in distribution

lib/LibZip/MyFile.pm River stage one • 1 direct dependent • 1 total dependent

GMPASSOS/LibZip-0.06 - 12 Dec 2004 00:25:09 UTC - Search in distribution

lib/LibZip/MyFile.pm River stage zero No dependents

GMPASSOS/tinyperl-1.0-580-win32 - 11 Dec 2002 03:49:31 UTC - Search in distribution

Path::Class::Iterator - walk a directory structure River stage one • 1 direct dependent • 1 total dependent

Path::Class::Iterator walks a directory structure using an iterator. It combines the Iterator closure technique with the magic of Path::Class. It is similar in idea to Iterator::IO and IO::Dir::Recursive but uses Path::Class objects instead of IO::Al...

KARMAN/Path-Class-Iterator-0.07 - 04 Jun 2013 05:13:21 UTC - Search in distribution

File::PathInfo - oo access to path variables stat data about a file on disk River stage two • 6 direct dependents • 10 total dependents

This provides an object oriented interface to things you want to know about a file, such as extension, absolute path, relative path, size, filename (without extension), etc. It is a sort of swissarmy knife of file info. A lot of times you need to kno...

LEOCHARRE/File-PathInfo-1.27 - 14 Nov 2009 17:45:03 UTC - Search in distribution
7,227 results (0.607 seconds)