Added wxFileName::GetModificationTime()
for Unix. Don't send events when constructing a text ctrl. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9691 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user