2010.11.30 19:15 "[Tiff] Win32 ReadFile() / WriteFile() heads-up", by John Emmas

2010.12.01 12:37 "Re: [Tiff] Win32 ReadFile() / WriteFile() heads-up", by Phil Harvey

FWIW, I think that you would run into problems using the standard C I/ O routines in Windows because as far as I know they do not support Unicode file names. On Unix this works seamlessly, but in Windows it breaks horribly. I have run into this problem with my cross-platform utility, and haven't yet found a solution.