home *** CD-ROM | disk | FTP | other *** search
- {*******************************************************************
-
- GMISC.INT
-
- *******************************************************************}
- {|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
- MISC
- |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||}
- function IsDosDrive ( DriveNum : byte ) : boolean ;
- function IsRemote ( DriveNum : byte ) : boolean ;
- function PcName : string ;
- function NetMachineName : string ;
- procedure Buzz ;
- {|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
- MEMORY
- |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||}
- function Address ( VAR A ) : longint ;
- function HeapTrapped : longint ;
- function HeapUsed : longint ;
- {|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
- REDIRECTION
- |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||}
- function IsConsole ( Handle : word ) : boolean ;
- function IsInputRedirected : boolean ;
- function IsOutputRedirected : boolean ;
- function RedirectInputTo ( S : string ) : boolean ;
- function RedirectOutputTo ( S : string ) : boolean ;
- function CancelRedirectInput : boolean ;
- function CancelRedirectOutput : boolean ;
- {|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
- DIRECTORY
- |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||}
- function CD ( S : string ) : boolean ;
- function MD ( S : string ) : boolean ;
- function RD ( S : string ) : boolean ;
-