This is the mail archive of the cygwin-developers@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: True case-sensitive filenames


BTW, renaming directories in a multi-case environment
shouldn't be the first of your concerns. You can't
create them in the first place using CreateDirectory.
There's no equivalent to FILE_FLAG_POSIX_SEMANTICS
for that call, as far as I can tell.

If you want to support this feature for directories,
you may be back to using the Native API. I know you
can create directories in a truly case-sensitive
manner that way. It's probably possible to rename
them as well.

-Jerry


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]