Files
ports/devel/p5-PathTools/pkg-descr
T
Sunpoet Po-Chuan Hsieh c739b19d0c Update to 3.75
- Update pkg-descr
- Take maintainership

Changes:	https://metacpan.org/changes/distribution/PathTools
2019-02-16 22:54:50 +00:00

14 lines
682 B
Plaintext

Cwd provides functions for determining the pathname of the current working
directory. It is recommended that getcwd (or another *cwd() function) be used in
all code to ensure portability. By default, it exports the functions cwd(),
getcwd(), fastcwd(), and fastgetcwd() (and, on Win32, getdcwd()) into the
caller's namespace.
File::Spec 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 into a single path, or determining whether a path is
rooted.
WWW: https://metacpan.org/release/PathTools