On 2008-01-08, at 09:54, Bruce Richardson wrote:
More hatefully, it is possible to create files on a windows filesystem
which you cannot then manipulate in any way.  This is because some of
the core file manipulation api functions impose more stringent restrictions
on what is a legal filename than the file creation function does.

Not to mention that on NTFS the filename depends on the subsystem you are using to access it. From the POSIX subsystem (and Interix), it's case sensitive, but from Win32 it's case-preserving but case- insensitive.

So from the Posix subsystem you can create files that appear to have different contents when read from the Win32 side.

Reply via email to