Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Delphi5 DirectoryExists()

I'm using D5 on Win2000 but building applications for all platforms.

I can use FileExists in my D5 application but DirectoryExists is an undeclared identifier.

They both come from the SysUtils.Pas which I have put in my Use list. Can anyone suggest how I use this function and if not how can I work around it?

like image 312
notidaho Avatar asked Mar 19 '26 21:03

notidaho


2 Answers

The DirectoryExists function is declared in the FileCtrl unit.

like image 175
RRUZ Avatar answered Mar 21 '26 11:03

RRUZ


DirectoryExists lives in the FileCtrl unit in D5.

like image 35
Marjan Venema Avatar answered Mar 21 '26 12:03

Marjan Venema



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!