home *** CD-ROM | disk | FTP | other *** search
- Program DirTTT5_demo_1;
-
- {IMPORTANT NOTE: set Options Compiler Conditional defines to
- DIRFULL
- and select compile build
- }
- uses CRT,DIRTTT5;
-
- var
- Chosen_File : string;
- ErrCode : integer;
-
- begin
- clrscr;
- Chosen_File := Display_Directory('*.Pas',Errcode);
- end.