You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 4, 2025. It is now read-only.
Now MAXLFNPATHLEN (aka MAXPATHLEN) is defined as 260. So Winfile can't handle some very deep / very long paths, which is more common for our CJK character users (about 120 CJK characters + 20 symbols (for example E:\ and spaces); and when romanized some CJK words will be even longer. I haven't find a path so long in English environment beside those in AppData containing several GUIDs.)
Like this:
E:\Personal Stuff\E-Books\Gong Ju Shu\Fu Zhou Fang Yan Can Kao Zi Liao\icesunxZheng Li Zhi Zuo .Yuan Wen Ji\Fu Zhou Fang Yan Ci Dian (16)\Fu Zhou Fang Yan Ci Dian - icesunxZheng Li Zhi Zuo .Yuan Wen Ji\Fu Zhou Fang Yan Ci Dian - 1994 Zui Xin Xiu Ding Ban Ben Bei Fen\
So should we extend it a little bit? Or just ignore this problem?
And should it give out a notification rather than crashing silently when path length meets MAXPATHLEN?
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Now MAXLFNPATHLEN (aka MAXPATHLEN) is defined as 260. So Winfile can't handle some very deep / very long paths, which is more common for our CJK character users (about 120 CJK characters + 20 symbols (for example
E:\
and spaces); and when romanized some CJK words will be even longer. I haven't find a path so long in English environment beside those in AppData containing several GUIDs.)Like this:
E:\Personal Stuff\E-Books\Gong Ju Shu\Fu Zhou Fang Yan Can Kao Zi Liao\icesunxZheng Li Zhi Zuo .Yuan Wen Ji\Fu Zhou Fang Yan Ci Dian (16)\Fu Zhou Fang Yan Ci Dian - icesunxZheng Li Zhi Zuo .Yuan Wen Ji\Fu Zhou Fang Yan Ci Dian - 1994 Zui Xin Xiu Ding Ban Ben Bei Fen\
So should we extend it a little bit? Or just ignore this problem?
And should it give out a notification rather than crashing silently when path length meets MAXPATHLEN?
The text was updated successfully, but these errors were encountered: