Y
Hacker News
new
|
ask
|
show
|
jobs
by
ephemient
5397 days ago
As said above, it's only Win32 that's broken. NT filenames (e.g. \\?\...) aren't limited by MAX_PATH.
1 comments
rbanffy
5397 days ago
How well documented is the NT kernel APIs? I remember reading the documentation is a little sparse (no first-hand experience)
link
btn
5397 days ago
These aren't kernel APIs. In most cases, you can simply call the Unicode version of the same functions and prepend "\\?\".
link