Convert files 2 classes
With the following Programm you can convert a File into a Class, which saves the File at every time of run into the Teporary Folder.
First enter the namespace the class should be in and then enter the name of the class, then press File2Class, select the File and copy the text of the RichtextBox into a .cs-File.
To create the File into a Temporary File call in your Programm:
Classname classname = new Classname(); String path = classname.getPath();The Variable path contains the Path to the File.
To convert a file into a class execute:
File2Class