On Fri Mar 14 10:49:40 2025 +0000, Zhiyi Zhang wrote:
Did you follow everything shown on the MSDN page?
I understand what's going on now. Long path refers to a file whose full path length can exceed 260 characters, but the name of each file or folder cannot exceed 260 characters. The document states that relative paths are always limited to 260 characters. Previously, I misunderstood and created a file with a name exceeding 260 characters, which caused the problem of not being able to create it. The failure to test the long path using kernel32_test.exe is due to the absence of the manifest configuration file kernel32_test.exe.manifest.