From c3558af510880efd97e8fffbc6b1b3b824c865d4 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 27 Oct 2003 11:02:12 +0000 Subject: [PATCH] wxFileExists() returns false for directories (bug 825507) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24325 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/function.tex | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/latex/wx/function.tex b/docs/latex/wx/function.tex index ca5b6d34c2..fa1d4ec4ed 100644 --- a/docs/latex/wx/function.tex +++ b/docs/latex/wx/function.tex @@ -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} -- 2.45.2