Hi!
It's me again I found another bug, let's hope this is the last one (isn't C string and path handling a joy?). The return value of casepath is true even when a file doesn't exist. This doesn't actually break fcaseopen or casechdir since fopen will just return NULL anyway but it was a nasty surprise when I used casepath off label on its own to get the valid file path so I could check the date on it.
Thanks,
Aaron.