Hello,
I have a void that goes like this private void Blah(Stream File)
Then When I go to use it I want to use it like this Blah(path)
The path represents a file.name.
It is real complicated. I mean over a 1000 lines of code for the Blah(Stream File)
The Error I am getting is:
Error 2 Argument 1: cannot convert from 'string' to 'System.IO.Stream' C:\Documents and Settings\Administrator\My Documents\Visual Studio 2008\Projects\Lucky Se7en\Lucky Se7en\Resigner.cs 170 59 Lucky Se7en