M
microsoft.news.com
I have a console app that creates a file and I want to save it to the bin
directory of the project. How can I have the file save there as default?
My code looks like this:
fileName.SaveAs("testfile.txt");
it's going to document settings -- my documents and saving it there. I need
to save it in the bin folder of the project so my printing process can pick
it up and print it.
directory of the project. How can I have the file save there as default?
My code looks like this:
fileName.SaveAs("testfile.txt");
it's going to document settings -- my documents and saving it there. I need
to save it in the bin folder of the project so my printing process can pick
it up and print it.