@Maarten-Verhage said in Does QDir impose a maximum path limit on Windows?:

When the path is prepended with "\?". Does Qt call the winapi functions with this prepend?

Yes, here and here.

But I think I still have the responsibility not to exceed the number of 32,767 for Qt development on Windows, right?

As far as I can see in the source, yes, you do.