Rashan
Results
1
comments of
Rashan
I was badly in need of this feature, so implemented my own File writer to achieve it. ```c# public class SingleFileOutputWriter : FileOutputWriter { public SingleFileOutputWriter(string directory, bool createIfNotExists =...