So i am writing a program in C#, I need to add files from within my project to a folder on the users system.
I have a folder within my 'Solution Explorer' in visual studio 2013, I wish for these files to be somehow extracted to a directory on the users System.
For example:
- Application is executed.
- Application extracts files from within itself to %appdata%/MyFiles/files
I am new with C# and learning so please let me know whether this is possible or not and if there is a better way to go about this.
Thanks in advance.