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)
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 \ / : * ? " < > |