Return to Snippet

Revision: 32382
at September 23, 2010 11:23 by housecor


Updated Code
docPath = Path.Combine(Server.MapPath("~"), "../NewsFiles/", filename);

Revision: 32381
at September 23, 2010 11:20 by housecor


Initial Code
webRootPath = Server.MapPath("~")
docPath = Path.Combine(rootPath, "..\Documents/MyDocument.xml")

Initial URL


Initial Description


Initial Title
Reference path outside/above web root

Initial Tags


Initial Language
C#