On Jun 23 21:46, Corinna Vinschen wrote: > On Jun 23 20:22, Sebastian Feld wrote: > > On Mon, Jun 23, 2025 at 10:52 AM Corinna Vinschen > > <[email protected]> wrote: > > > To add the sensitive dirs to the picture, path_conv() would have to > > > check every directory on NTFS for > > > NtQueryInformationFile(FileCaseSensitiveInformation). It would then > > > set the path_conv::caseinsensitive flag accordingly. > > > > Yikes. Does Windows cache this per-dir info somewhere? > > I honestly don't know.
Actually, another problem is that a case-sensitive dir can change it's sensitivity flag at any given time (restrictions apply). Caching is questionable. Corinna
