]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/filename.h
Added showing the default URL in DisplayContents and DisplayIndex
[wxWidgets.git] / include / wx / filename.h
index cf6cd1d18e74fb6a43d84019d1a7ae83c1babe05..367ad81cbfd7ae197683ff12d64c40c29c700e4a 100644 (file)
@@ -36,6 +36,7 @@
 
 // ridiculously enough, this will replace DirExists with wxDirExists etc
 #include "wx/filefn.h"
+#include "wx/datetime.h"
 
 // ----------------------------------------------------------------------------
 // constants
@@ -147,6 +148,9 @@ public:
     bool DirExists();
     static bool DirExists( const wxString &dir );
 
+        // Well, get modification time with sec resolution
+    wxDateTime GetModificationTime();
+    
         // VZ: also need: IsDirWritable(), IsFileExecutable() &c (TODO)
 
     // various file/dir operations