]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/filename.h
wxMenu Review, added Carbon Events and full OSX Support
[wxWidgets.git] / include / wx / filename.h
index 363ef728795ef506bfd97ea68584456b5f877310..7e9ee03a7bc8300e84496a1ea85af7d1b0e0fa5d 100644 (file)
@@ -175,11 +175,11 @@ public:
     bool IsOk() const { return !m_dirs.IsEmpty() || !m_name.IsEmpty(); }
 
         // does the file with this name exists?
-    bool FileExists();
+    bool FileExists() const;
     static bool FileExists( const wxString &file );
 
         // does the directory with this name exists?
-    bool DirExists();
+    bool DirExists() const;
     static bool DirExists( const wxString &dir );
 
         // VZ: also need: IsDirWritable(), IsFileExecutable() &c (TODO)