开发者

VB.NET Debug Error

I get this error "Illegal characters in path" for this code:

Dim strm As System开发者_开发技巧.IO.FileStream
strm = New System.IO.FileStream(filepath, IO.FileMode.Open, IO.FileAccess.Read)


Your file path might contain an invalid character that Windows file system not allow to use it like \ / : * ? " < > |

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜