Re: Re: Re: Re: Problem with C#


[ Follow Ups ] [ BasicCard User Forum ]

Posted by christian (134.147.124.38) on January 24, 2008 at 10:16:46:

In Reply to: Re: Re: Re: Problem with C# posted by igorb on January 24, 2008 at 06:18:50:

I think you have to use a combination of the modes by OR-ing them together. So, to open a binary file for writing (which will create the file if it doesn't exist) you need to use

ModeBinary | AccessWrite

Christian


Follow Ups:


[ Follow Ups ] [ BasicCard User Forum ]