We could perhaps try to autodetect if a HFS+ partition is case-insensitive by calling getattrlist(2) and looking for ATTR_CMN_NAME, as suggested by Martin v. Löwis at http://www.thescripts.com/forum/thread441007.html. It's not wrapped, but we could probably use ctypes for it if it's available.
We could perhaps try to autodetect if a HFS+ partition is case-insensitive by calling getattrlist(2) and looking for ATTR_CMN_NAME, as suggested by Martin v. Löwis at http:// www.thescripts. com/forum/ thread441007. html. It's not wrapped, but we could probably use ctypes for it if it's available.