On Tue Mar 18 07:49:19 2025 +0000, Yongjie Yao wrote:
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.
@zhiyi Hello, I have processed the long path aware code and I hope you have time to review it for me.