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.
Concatenates a list of file specifications, and returns the result as a VMS-syntax directory specification.
Concatenates a list of file specifications, and returns the result as a VMS-syntax directory specification.
Returns a string representation of the current directory: '[]'
Returns a string representation of the null device: '_NLA0:'
Returns a string representation of the root directory: 'SYS$DISK:[000000]'
Returns a string representation of the first writable directory from the following list or '' if none are writable:
/sys$scratch
$ENV{TMPDIR}
Returns a string representation of the parent directory: '[-]'
Translate logical name DCL$PATH as a searchlist, rather than trying to split
string value of $ENV{'PATH'}
.
Checks for VMS directory spec as well as Unix separators.