Get more info about an IP address or domain name, such as organization, abuse contacts and geolocation.
One of a set of tools we are providing to everyone as a way of saying thank you for being a part of the community.
Strangely enough it works for me regardless of the setting. I'm using D5 Ent as well on Windows XP Home.
Try:
var
SR: TSearchRec;
begin
if FindFirst(Filename, faANyFile, SR) = 0 then
Label1.Caption := 'Found'
else
Label1.Caption := 'Not Found';
FindClose(SR);
See if that works for you.
Stu