[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
GETDIR Get Current Subdirectory pp 189
Syntax: GetDir (Drive,String) ;
Type: String
Form: Procedure
Purpose: Set current subdirectory in String.
----------------------------------------------------------------------------
Usage:
VAR
Drive : Byte ;
Directory : String [63] ;
BEGIN
GetDir (Drive,Directory) ;
END.
See Also:
ChDir
GetDir
MkDir
RmDir
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson