]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/filefn.h
Override CreateItem so wxListBox can turn its notifications into events.
[wxWidgets.git] / include / wx / filefn.h
index 5839b81095086494c71f1d55d1f859449589062a..3915a0176b71629462d29dc8ecd80751317db44e 100644 (file)
@@ -472,6 +472,11 @@ inline bool wxPathExists(const wxChar *pszPathName)
 }
 #endif //WXWIN_COMPATIBILITY_2_6
 
+// permissions; these functions work both on files and directories:
+WXDLLIMPEXP_BASE bool wxIsWritable(const wxString &path);
+WXDLLIMPEXP_BASE bool wxIsReadable(const wxString &path);
+WXDLLIMPEXP_BASE bool wxIsExecutable(const wxString &path);
+
 // ----------------------------------------------------------------------------
 // separators in file names
 // ----------------------------------------------------------------------------