I have a PDF file that I have imported in as a resource into my project. The file is a help document so I want to be able to include it with every deployment. I want to be a
File.Create("temp path"); File.WriteAllBytes("temp path", Resource.PDFFile)