]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/file.h
Inversed slider and wrapper for datepicker control on PalmOS. WinHandle instead of...
[wxWidgets.git] / include / wx / file.h
index fde5099582ef8f7c22e99ced8befd40cf8129216..3382610c571f261dbf943c2b5391d91174bd9bf5 100644 (file)
@@ -125,6 +125,8 @@ public:
   bool Eof() const;
     // has an error occured?
   bool Error() const { return m_error; }
+    // type such as disk or pipe
+  wxFileKind GetKind() const { return wxGetFileKind(m_fd); }
 
   // dtor closes the file if opened
   ~wxFile() { Close(); }