X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6885562629f171c7142435ca81cad5774c590c84..1486fb5f100d096a5ce7ee820766d7a743e759da:/include/wx/filefn.h?ds=sidebyside diff --git a/include/wx/filefn.h b/include/wx/filefn.h index 0f3d25f388..5839b81095 100644 --- a/include/wx/filefn.h +++ b/include/wx/filefn.h @@ -545,9 +545,13 @@ WXDLLIMPEXP_BASE bool wxFindFileInPath(wxString *pStr, const wxChar *pszPath, co // 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.