In my project I have to create some temp files in an USB device, which I want to delete on Closing. So I used a code like
this.fcommandHandler = new FileStream(T
You need to use | instead of &.
|
&
These are binary flags, and when you say &, you effectively mask them all away, resulting in no options at all.