File::Spec for VMS. Overrides the implementation of the File::Spec::Unix methods, but not the interface.
catdir |
File::Spec->catdir(dirspecs)
Concatenates a list of directories and returns the result as a VMS-syntax directory specification.
catfile |
File::Spec->catfile(filespecs)
Concatenates a list of file specifications and returns the result as a path.
curdir |
File::Spec->curdir
Returns string representing the current directory.
file_name_is_absolute |
File::Spec->file_name_is_absolute(path)
Takes a path as argument and returns true if it is an absolute path. Checks for VMS directory specification as well as Unix separators.
path |
File::Spec->path
Translates the logical name DCL$PATH as a searchlist.
rootdir |
File::Spec->rootdir
Returns string representing the root directory.
updir |
File::Spec->updir
Returns string representing the parent directory.
Copyright © 2002 O'Reilly & Associates. All rights reserved.