Next: File::Spec::Win32 | Previous: File::Spec::Unix | [Table of Contents] | [Index] |
File::Spec::VMS - methods for VMS file specs
require File::Spec::VMS; # 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.
%$self
, and returns the result
as a file specification in Unix syntax.
If optional second argument has a TRUE value, then the return string is a VMS-syntax directory specification, if it is FALSE, the return string is a VMS-syntax file specification, and if it is not specified, fixpath() checks to see whether it matches the name of a directory in the current default directory, and returns a directory or file specification accordingly.
sys$scratch: $ENV{TMPDIR}
split
string value of $ENV{'PATH'}
.
the File::Spec manpage