How do I get the current directory in a web service
Posted
by stuarty
on Stack Overflow
See other posts from Stack Overflow
or by stuarty
Published on 2008-10-25T09:39:51Z
Indexed on
2010/05/17
18:40 UTC
Read the original article
Hit count: 219
c#
|web-services
Hi
I am using System.IO.Directory.GetCurrentDirectory() to get the current directory in my web service, but that does not give me the current directory. How do I get the current directory in a web service?
Thanks Stuart
© Stack Overflow or respective owner