writing to a text file in the data directory
in
Programming Questions
•
2 years ago
I've got what might be a simple question with an obvious answer I may have overlooked. I'm attempting to write a text file to the data directory. However, instead of the data directory, the text file is being written to the program's directory.
How do I specify the particular directory to which I wish to write the text file?
1