Hey guys,

I'm having trouble reading a file into a filestream from a CD. I get 'Access to the path denied'. Works fine when reading a text file from a local drive, but getting error from CD.

Code:
Dim fs As New IO.FileStream(filename, IO.FileMode.Open)