I have a folder named Template in my solution. I want some files to be copied in to it and accessed from it. How can i set the path to that? Will this folder be there when i deploy the application?
does this work?
File.Move(@"DebriefReportTemplate.docx", @"~\Template\DebriefReportTemplate.docx");