redcard asked 2016-11-23 20:42:39 UTC
Our existing VWG application uses Server.MapPath to get the full path to the "HelpFiles" directory under the main web root.
string directory = Context.Server.MapPath("/HelpFiles");
How should I accomplish this in WiseJ? Thanks.
redcard asked 2016-11-23 20:42:39 UTC
Our existing VWG application uses Server.MapPath to get the full path to the "HelpFiles" directory under the main web root.
string directory = Context.Server.MapPath("/HelpFiles");
How should I accomplish this in WiseJ? Thanks.