public System.IO.Stream OpenWrite(string path) { System.IO.Stream fs = System.IO.File.Open(path, System.IO.FileMode.Create, System.IO.FileAccess.Write); FakeRemoteWrite fw = new FakeRemoteWrite(); fw.lockedStream = fs; return(fs); }
public System.IO.Stream OpenWrite(string path) { System.IO.Stream fs = System.IO.File.Open(path, System.IO.FileMode.Create, System.IO.FileAccess.Write); FakeRemoteWrite fw = new FakeRemoteWrite(); fw.lockedStream = fs; return fs; }