Watch, Follow, &
Connect with Us
Public Report
Report From: Delphi-BCB/RTL/Delphi/File Management    [ Add a report in this area ]  
Report #:  89784   Status: Closed
DirectoryExists return value Error when using invalid NET PATH
Project:  Delphi Build #:  15.0.3890.34076
Version:    15.0 Submitted By:   XiaoFeng Dong
Report Type:  Basic functionality failure Date Reported:  11/18/2010 5:33:20 AM
Severity:    Serious / Highly visible problem Last Updated: 3/20/2012 2:24:39 AM
Platform:    All platforms Internal Tracking #:   281241
Resolution: Duplicate (Resolution Comments) Resolved in Build: : 16.0.4120.38229
Duplicate of:  92183
Voting and Rating
Overall Rating: No Ratings Yet
0.00 out of 5
Total Votes: None
Description
DirectoryExists function return True when the directory(e.g., invalid NET PATH) does not really exists.
Steps to Reproduce:
it's easy to reproduce:

if DirectoryExists('\\xxxxxx\yyyyyy\') then
  Caption := 'Yes'
else
  Caption := 'No';

(Note: \\xxxxxx\yyyyyy\ is invalide invalid NET PATH)
Workarounds
None
Attachment
None
Comments

None

Server Response from: ETNACODE01