python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How to enable "Long Path Aware" behavior for setting the current directory in a C++ windows console app
In a C++ console application on windows, i'm trying to break the MAX_PATH restriction for the SetCurrentDirectoryW function.
There are many similar questions already asked but none got a usable answer...
ridilculous
Votes: 0
Answers: 1
How to properly handle windows paths with the long path prefix with std::filesystem::path
std::filesystem::path doesn't seem to be aware of the windows long path magic prefix.
Is this per design or is there a mode/flag/compiler switch/3rd party library which can be used?
f.e.
for a path l...
ridilculous
Votes: 0
Answers: 1
Long path support in Filesystem watcher control
In our client application implemented in C# with .Net framework 4.8 (OS: Windows 10), we are using file system watcher control to detect folder's events.
To support a long path we have tried with \\?\...
James
Votes: 0
Answers: 0