Search results for "module:File::Path"
File::Path - Create or remove directory trees
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
SPVM::File::Path - Creating and Removing Multi-Level Path
"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.011 - 29 May 2023 05:42:11 UTC
Path::Class::File - Objects representing files
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
File::Path::Expand - expand filenames
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
File::Path::Stderr - like File::Path but print to STDERR
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
File::Path::Collapse - Collapses a path as much as possible
This module implements ......
NKH/File-Path-Collapse-0.03.7 - 14 Jan 2009 17:06:06 UTC
Path::Extended::File
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
Parse::Path::File::Unix - /UNIX/file/path/support
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
Meta::Utils::File::Path - module to handle path names.
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
Path::Class::File::Stat - test whether the file beneath a Path::Class::File object has changed
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
Parse::Path::File::Win32 - C:\Windows\file\path\support
This is a file-based path style for Windows paths. Some examples: C:\WINDOWS c:\windows \Users C:foo\bar.txt ..\..\..\.\aaa\.\\\\\\bbb\ccc\..\ddd Arrays are, of course, not supported. Neither is quoting, as that is a product of the shell, not the pat...
BBYRD/Parse-Path-0.92 - 12 Sep 2013 01:19:35 UTC
Path::Extended::Class::File
Path::Extended::Class::File behaves pretty much like Path::Class::File and can do some extra things. See appropriate pods for details....
ISHIGAKI/Path-Extended-0.23 - 11 Mar 2015 05:29:38 UTC
Path::Class::File::Lockable - lock your files with Path::Class::File
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
Connector::Builtin::File::Path
Highly configurable file writer/reader....
MRSCOTTY/Connector-1.53 - 19 Sep 2023 14:58:15 UTC
Path::Class::Iterator - walk a directory structure
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
Net::FTP::Path::Iter::File - Class representing a File
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