我正在使用SaveFileDialog并且必须在FileName中设置长字符串(longFileName).字符串longFileName在运行时已知.
如果我订
saveFileDialog.FileName = longFileName ;
然后我明白了System.IO.PathTooLongException.
System.IO.PathTooLongException
我该怎么做?
.net c# windows long-filenames savefiledialog
.net ×1
c# ×1
long-filenames ×1
savefiledialog ×1
windows ×1