home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power-Programmierung
/
CD1.mdf
/
pascal
/
library
/
dos
/
tjock
/
demo
/
demo5
/
dirdem1.pas
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Pascal/Delphi Source File
|
1989-01-31
|
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.