<filesystem>
Hello, I'm filing this issue to ask about the information of Windows Long Path Support in the <filesystem>
STL.
Traditionally, Windows doesn't support long path (>260 characters) before Windows 10, version 1607. This was explained here.
There was no information on the Internet about whether the current implementation of <filesystem>
supports long paths. I have checked the <filesystem>
documentation and searched on Google. The only related information I found was this and this. But they are relatively old because this repo went to public in 2019.
Traditionally, msvc's STL before <filesystem>
didn't support long paths. However, when I looked into the implementation of <filesystem>
, I think it does use the OS API supporting long paths. So just to confirm what I found, I have a few questions:
<filesystem>
support long paths on Windows?
<filesystem>
support long paths?
longSuffix
in https://github.com/microsoft/STL/blob/main/tests/std/tests/P0218R1_filesystem/test.cpp. And they are not covering major functionalities.<filesystem>
support long paths? Or does <filesystem>
convert the long path to its UNC path for users automatically?
<filesystem>
to support windows long paths. It would be good to have a simple example/tutorial.<filesystem>
only handles file operations, I was wondering if the file I/O of the current STL also supports long paths.
Finally, it would be really great if the documentation of <filesystem>
can add more information about long path support.
Thanks a lot!
Eric
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4