Hello everyone,
I am working off a project in visual studio 2008 and my program outputs a whole bunch of .txt files that i use to check if my program is running as it should. At first i was only outputting a few files, but now i'm outputting more and more and the input files and output files are getting mixed up and it is becomming hard for me to quickly pinpoint which file i need to read and check.
My question is this:
How do get my program to create a new folder inside the working folder (the development folder in which you place files to be read into the program simply by using the most simple version of .open() ), rename them, and output files only to them without manual hard-coding a path?
Thanks,
-Faken
Edit: sorry, forgot to say I'm working on a windows platform...