File::Spec::Cygwin - methods for Cygwin file specs |
File::Spec::Cygwin - methods for Cygwin file specs
require File::Spec::Cygwin; # Done internally by File::Spec if needed
See File::Spec::Unix for a documentation of the methods provided there. 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.
\
(backslashes) are converted to /
(forward slashes),
and then File::Spec::Unix canonpath()
is called on the result.
drive_letter:
,
and if not, File::Spec::Unix file_name_is_absolute()
is called.
$ENV{TMPDIR} /tmp C:/temp
Since Perl 5.8.0, if running under taint mode, and if the environment variables are tainted, they are not used.
File::Spec::Cygwin - methods for Cygwin file specs |