// On non-Windows platform, probably just return the empty string.
WXDLLIMPEXP_BASE wxString wxGetOSDirectory();
+#if wxUSE_DATETIME
+
// Get file modification time
WXDLLIMPEXP_BASE time_t wxFileModificationTime(const wxString& filename);
+#endif // wxUSE_DATETIME
+
// Parses the wildCard, returning the number of filters.
// Returns 0 if none or if there's a problem,
// The arrays will contain an equal number of items found before the error.
wxPathList(const wxArrayString &arr)
{ Add(arr); }
- // avoid GCC warning about virtual functions w/o virtual dtor
- virtual ~wxPathList() {}
-
// Adds all paths in environment variable
void AddEnvList(const wxString& envVariable);