'Creating a folder to call Scripts from

I have a C# project that has an install file once it's built (basically installing the file installs the application which is an exe and runs as a backround task on windows). I have installed python.net and I am trying to create a folder inside the application to which the python scripts will be saved and will be called from.

I am very new to C# and I want to know what's the best way to do this. Should I create a pre-build task to create a new directory or should I simply create a new folder inside the project?

Any kind of help will be appreciated as I am pretty lost.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source