2004-12-13 12:31:25 +01:00
|
|
|
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 into a single path, or determining
|
|
|
|
whether a path is rooted.
|
|
|
|
|
2005-06-11 18:13:12 +02:00
|
|
|
WWW: http://search.cpan.org/dist/PathTools/
|