]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/filefn.h
applied Greg's refinment of hist treectrl patch
[wxWidgets.git] / include / wx / filefn.h
index e03a1027050b7aa482705d61a091096ffaf35328..a0fd19d272ef424389522bc0f3fc9273424f8b6a 100644 (file)
@@ -258,6 +258,10 @@ WXDLLEXPORT bool wxRmdir(const wxString& dir, int flags = 0);
 #define wxFILE_SEP_PATH_DOS   wxT('\\')
 #define wxFILE_SEP_PATH_UNIX  wxT('/')
 #define wxFILE_SEP_PATH_MAC   wxT(':')
+#define wxFILE_SEP_PATH_VMS   wxT('/') //This is the Unix way, but somtimes
+                                       //users will give the VMS native paths
+                                       //and than a ']' is needed.
+                                       //         Jouk
 
 // separator in the path list (as in PATH environment variable)
 // there is no PATH variable in Classic Mac OS so just use the