dos_compilers/Microsoft QuickBASIC v3/manual/ng1c816.html

36 lines
1.1 KiB
HTML
Raw Normal View History

2024-07-01 22:00:14 +02:00
<HTML>
<HEAD><TITLE>QuickBASIC 3.0 - Long Entry</TITLE></HEAD>
<BODY>
<A HREF="ng1c6b1.html">[&lt;&lt;Previous Entry]</A>
<A HREF="ng320.html">[^^Up^^]</A>
<A HREF="ng1ca3c.html">[Next Entry&gt;&gt;]</A>
<A HREF="menu.html" >[Menu]</A>
<A HREF="info.html">[About The Guide]</A>
<HR>
<PRE>
<B>NAME Rename File</B>
<B>NAME</B> <U>oldname</U> <B>AS</B> <U>newname</U>
Renames a disk file.
<U>oldname</U> A string expression following the DOS file-naming
conventions. Must name an existing file.
<U>newname</U> A string expression following the DOS file-naming
conventions. May not name an existing file.
-----------------------------------------------------------------------
<B>Notes:</B> A file may be moved from one directory to another as a
result of NAME, but it may not be moved from one disk to
another.
</PRE>
<HR>
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by <A HREF="http://www.acemake.com/hagbard">Dave Pearson</A>
<HR>
</BODY>
</HTML>