home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
POINT Software Programming
/
PPROG1.ISO
/
pascal
/
ttt510
/
demos
/
dirdem1.pas
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Pascal/Delphi Source File
|
1989-01-30
|
306 b
|
16 lines
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.