[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Exists                                                         MiscTTT



Purpose   To determine if a file exists

Returns   Boolean;

Declaration    Exists(Fl:string):boolean;

          Fl is the name of the file, including drive and path if
          necessary.

Uses CRT, DOS, MiscTTT.

Example


               USES CRT, DOS, MISCTTT;
               BEGIN
                 IF NOT EXIST('C:\CONFIG.SYS') THEN
                 BEEP;
               END.




This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson