本文介绍了Path.GetFileName(saveFileDialo ...的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

这:

This:

Dim filename As String = System.IO.Path.GetFileName(saveFileDialog1.FileName)



将导致将在MsgBox中显示的字符串,但如果将其用作保存的字符串名称,则会使程序崩溃。我曾经检查过它崩溃了它和一个工作的字符串相同。


Will result in a string that will display in MsgBox but will crash the program if this is used as the string name for saving. I''ve checked once it crashed and it''s identical to a working string.

推荐答案


这篇关于Path.GetFileName(saveFileDialo ...的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-30 21:20