Comment 1 for bug 120542

Revision history for this message
Andrew Bennetts (spiv) wrote :

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.