wxFileExists() returns false for directories (bug 825507)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24325 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2003-10-27 11:02:12 +00:00
parent 0b483d6eef
commit c3558af510

View File

@@ -900,8 +900,7 @@ slashes.
\func{bool}{wxFileExists}{\param{const wxString\& }{filename}}
Returns true if the file exists. It also returns true if the file is
a directory.
Returns true if the file exists and is a plain file.
\membersection{::wxFileModificationTime}\label{wxfilemodificationtime}