开发者

VB.NET Debug Error

开发者 https://www.devze.com 2022-12-27 05:02 出处:网络
I get this error \"Illegal characters in path\" for this code: Dim strm As System开发者_开发技巧.IO.FileStream

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

精彩评论

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