Newsgroups : Borland : borland.public.delphi.rtl.win32 : 2007 Feb : Error Code 18

www.cryer.info
Managed Newsgroup Archive

Error Code 18

Subject:Error Code 18
Posted by:"Ken Pfeiffer" (ke..@sonultra.com)
Date:Tue, 6 Feb 2007 08:44:24

I am trying to test connection to a server by using
FindFirst, thusly:

   Result := FindFirst(CentralPath+'\*.*', 0, SearchRec);
   if result<>0 then ShowMessage('Cannot open central path. Error is
'+IntToStr(result));

Normally this works fine, but a one installation
the FindFirst is returning Error Code 18.  I can't
find this one anywhere.  The path exists and it
contains files in it, and the user has permissions
there.

This is very strange.  Any ideas what it means?

Thanks!

Replies:

www.cryer.info
Managed Newsgroup Archive