38 lines
1.3 KiB
HTML
38 lines
1.3 KiB
HTML
|
<HTML>
|
||
|
<HEAD><TITLE>QuickBASIC 3.0 - Long Entry</TITLE></HEAD>
|
||
|
<BODY>
|
||
|
|
||
|
<A HREF="ng1107b.html">[<<Previous Entry]</A>
|
||
|
<A HREF="ng320.html">[^^Up^^]</A>
|
||
|
<A HREF="ng119e5.html">[Next Entry>>]</A>
|
||
|
<A HREF="menu.html" >[Menu]</A>
|
||
|
<A HREF="info.html">[About The Guide]</A>
|
||
|
<HR>
|
||
|
<PRE>
|
||
|
<B>FILES Display File Directory</B>
|
||
|
|
||
|
<B>FILES</B> [<U>filespec</U>]
|
||
|
|
||
|
Displays a directory listing, including all filenames, the name of the
|
||
|
directory, and the amount of free space.
|
||
|
|
||
|
<U>filespec</U> A string expression that follows DOS file naming
|
||
|
conventions. Can contain the wild-card characters * and ?.
|
||
|
Defaults to *.*.
|
||
|
|
||
|
----------------------------------------------------------------------
|
||
|
|
||
|
<B>Notes:</B> If the <U>filespec</U> argument is omitted, FILES lists all the
|
||
|
files in the current directory.
|
||
|
|
||
|
No matter what the contents of <U>filespec</U>, the output of the
|
||
|
FILES statement always includes a header consisting of the
|
||
|
full pathname of the current directory.
|
||
|
</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>
|