Propose a possibility to append to existing files in C# in a similar way how it is implemented in Java.
My proposal is to add two new public static methods OpenAppendWriter() (one receiving string path and other - streams) to DataFileWriter class to be consistent with C# implementation.
- links to