0

我收到此代码的错误“路径中的非法字符”:

Dim strm As System.IO.FileStream
strm = New System.IO.FileStream(filepath, IO.FileMode.Open, IO.FileAccess.Read)
4

1 回答 1

2

您的文件路径可能包含 Windows 文件系统不允许使用的无效字符\ / : * ? " < > |

于 2010-04-15T17:22:49.673 回答