git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14831
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
static bool IsCaseSensitive( wxPathFormat format = wxPATH_NATIVE );
// is this filename absolute?
static bool IsCaseSensitive( wxPathFormat format = wxPATH_NATIVE );
// is this filename absolute?
- bool IsAbsolute() const
- { return !m_relative; }
+ bool IsAbsolute( wxPathFormat format = wxPATH_NATIVE ) const;
// is this filename relative?
bool IsRelative() const
// is this filename relative?
bool IsRelative() const