VB.NET Debug Error

Posted by Daniel on Stack Overflow See other posts from Stack Overflow or by Daniel
Published on 2010-04-15T15:01:03Z Indexed on 2010/04/15 15:03 UTC
Read the original article Hit count: 514

Filed under:
|
|
|
|

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)

© Stack Overflow or respective owner

Related posts about vb.net

Related posts about vb