home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2001 July
/
Chip_2001-07_cd1.bin
/
ctenari
/
Cerny
/
INSTALLF.EXE
/
rar
/
FREETFB
/
ADD
/
GETPATHF.ADD
< prev
next >
Wrap
Text File
|
2001-03-24
|
173b
|
11 lines
{pouziva jednotku DOS}
func GetPathFile(SName:PathStr) : string;
variable
DirStr~D;
NameStr~N;
ExtStr~E;
:>
FSplit(SName, D, N, E);
GetPathFile == D;
:<