Edit D:\app\Administrator\product\11.2.0\dbhome_1\perl\html\lib\File\Spec\VMS.html
<?xml version="1.0" ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>File::Spec::VMS - methods for VMS file specs</title> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <link rev="made" href="mailto:" /> </head> <body style="background-color: white"> <table border="0" width="100%" cellspacing="0" cellpadding="3"> <tr><td class="block" style="background-color: #cccccc" valign="middle"> <big><strong><span class="block"> File::Spec::VMS - methods for VMS file specs</span></strong></big> </td></tr> </table> <!-- INDEX BEGIN --> <div name="index"> <p><a name="__index__"></a></p> <ul> <li><a href="#name">NAME</a></li> <li><a href="#synopsis">SYNOPSIS</a></li> <li><a href="#description">DESCRIPTION</a></li> <li><a href="#copyright">COPYRIGHT</a></li> <li><a href="#see_also">SEE ALSO</a></li> </ul> <hr name="index" /> </div> <!-- INDEX END --> <p> </p> <h1><a name="name">NAME</a></h1> <p>File::Spec::VMS - methods for VMS file specs</p> <p> </p> <hr /> <h1><a name="synopsis">SYNOPSIS</a></h1> <pre> require File::Spec::VMS; # Done internally by File::Spec if needed</pre> <p> </p> <hr /> <h1><a name="description">DESCRIPTION</a></h1> <p>See File::Spec::Unix for a documentation of the methods provided there. This package overrides the implementation of these methods, not the semantics.</p> <dl> <dt><strong><a name="canonpath" class="item">canonpath (override)</a></strong> <dd> <p>Removes redundant portions of file specifications according to VMS syntax.</p> </dd> </li> <dt><strong><a name="catdir" class="item">catdir (override)</a></strong> <dd> <p>Concatenates a list of file specifications, and returns the result as a VMS-syntax directory specification. No check is made for "impossible" cases (e.g. elements other than the first being absolute filespecs).</p> </dd> </li> <dt><strong><a name="catfile" class="item">catfile (override)</a></strong> <dd> <p>Concatenates a list of file specifications, and returns the result as a VMS-syntax file specification.</p> </dd> </li> <dt><strong><a name="curdir" class="item">curdir (override)</a></strong> <dd> <p>Returns a string representation of the current directory: '[]'</p> </dd> </li> <dt><strong><a name="devnull" class="item">devnull (override)</a></strong> <dd> <p>Returns a string representation of the null device: '_NLA0:'</p> </dd> </li> <dt><strong><a name="rootdir" class="item">rootdir (override)</a></strong> <dd> <p>Returns a string representation of the root directory: 'SYS$DISK:[000000]'</p> </dd> </li> <dt><strong><a name="tmpdir" class="item">tmpdir (override)</a></strong> <dd> <p>Returns a string representation of the first writable directory from the following list or '' if none are writable:</p> </dd> <dd> <pre> sys$scratch: $ENV{TMPDIR}</pre> </dd> <dd> <p>Since perl 5.8.0, if running under taint mode, and if $ENV{TMPDIR} is tainted, it is not used.</p> </dd> </li> <dt><strong><a name="updir" class="item">updir (override)</a></strong> <dd> <p>Returns a string representation of the parent directory: '[-]'</p> </dd> </li> <dt><strong><a name="case_tolerant" class="item">case_tolerant (override)</a></strong> <dd> <p>VMS file specification syntax is case-tolerant.</p> </dd> </li> <dt><strong><a name="path" class="item">path (override)</a></strong> <dd> <p>Translate logical name DCL$PATH as a searchlist, rather than trying to <a href="file://C|\ADE\aime_smenon_perl_090715\perl\html/pod/perlfunc.html#split"><code>split</code></a> string value of <code>$ENV{'PATH'}</code>.</p> </dd> </li> <dt><strong><a name="file_name_is_absolute" class="item">file_name_is_absolute (override)</a></strong> <dd> <p>Checks for VMS directory spec as well as Unix separators.</p> </dd> </li> <dt><strong><a name="splitpath" class="item">splitpath (override)</a></strong> <dd> <p>Splits using VMS syntax.</p> </dd> </li> <dt><strong><a name="splitdir" class="item">splitdir (override)</a></strong> <dd> <p>Split dirspec using VMS syntax.</p> </dd> </li> <dt><strong><a name="catpath" class="item">catpath (override)</a></strong> <dd> <p>Construct a complete filespec using VMS syntax</p> </dd> </li> <dt><strong><a name="abs2rel" class="item">abs2rel (override)</a></strong> <dd> <p>Use VMS syntax when converting filespecs.</p> </dd> </li> <dt><strong><a name="rel2abs" class="item">rel2abs (override)</a></strong> <dd> <p>Use VMS syntax when converting filespecs.</p> </dd> </li> </dl> <p> </p> <hr /> <h1><a name="copyright">COPYRIGHT</a></h1> <p>Copyright (c) 2004 by the Perl 5 Porters. All rights reserved.</p> <p>This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.</p> <p> </p> <hr /> <h1><a name="see_also">SEE ALSO</a></h1> <p>See <a href="file://C|\ADE\aime_smenon_perl_090715\perl\html/lib/File/Spec.html">the File::Spec manpage</a> and <a href="file://C|\ADE\aime_smenon_perl_090715\perl\html/lib/File/Spec/Unix.html">the File::Spec::Unix manpage</a>. This package overrides the implementation of these methods, not the semantics.</p> <p>An explanation of VMS file specs can be found at <a href="#http___h71000_www7_hp_com_doc_731final_4506_4506pro_014_html_apps_locating_naming_files"><a href="http://h71000.www7.hp.com/doc/731FINAL/4506/4506pro_014.html#apps_locating_naming_files">http://h71000.www7.hp.com/doc/731FINAL/4506/4506pro_014.html#apps_locating_naming_files</a></a>.</p> <table border="0" width="100%" cellspacing="0" cellpadding="3"> <tr><td class="block" style="background-color: #cccccc" valign="middle"> <big><strong><span class="block"> File::Spec::VMS - methods for VMS file specs</span></strong></big> </td></tr> </table> </body> </html>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de