I need to save a text file based on a path that the user selects. Is there a way to do that within the stream writer? Basically do a using, but instead of passing the path, somehow tell it to open a SaveAs and get the path from that.
In C# code.
Go to the complete details ...