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:
Robert Roebling
2001-04-09 17:16:09 +00:00
parent 068cfb66c2
commit ce16e5d78f
4 changed files with 48 additions and 8 deletions

View 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