We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
环境 win10
原因是“打开文件”对话框对粘贴进来的字符串长度有限制(应该是259字节,直接选文件的话没有限制……),而TotalCommander_Dialog返回过来的路径是完整路径,很容易超过这个限制,就导致文件不全。
看起来不是很好解决。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
环境 win10
原因是“打开文件”对话框对粘贴进来的字符串长度有限制(应该是259字节,直接选文件的话没有限制……),而TotalCommander_Dialog返回过来的路径是完整路径,很容易超过这个限制,就导致文件不全。
看起来不是很好解决。
The text was updated successfully, but these errors were encountered: