Click here to Skip to main content
15,895,606 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi. I am trying to read files thru a WCF Service and copy then to another system with a desktop application.

The Service is already mapped and i can see and run interfaces and classes...

I have tried

C#
DirectoryInfo(root + folderName); //get information
DirectoryInfo(HostingEnvironment.ApplicationPhysicalPath);
DirectoryInfo(System.Web.HttpContext.Current.Server.MapPath(""));
DirectoryInfo(System.Web.HttpContext.Current.Server.MapPath("~"));
DirectoryInfo(System.Web.HttpContext.Current.Server.MapPath(""));
etc etc

is there anything else i can try ?
Posted
Updated 25-Sep-12 23:04pm
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900