Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
App.Path
Message
From
24/09/2004 01:56:45
 
 
To
24/09/2004 01:49:12
General information
Forum:
ASP.NET
Category:
Other
Title:
Miscellaneous
Thread ID:
00945618
Message ID:
00945619
Views:
18
This message has been marked as the solution to the initial question of the thread.
Hi, Martin,

How about this?
AppDomain currentDomain = AppDomain.CurrentDomain;

// get current folder 	
string cFolder = currentDomain.BaseDirectory.ToString().Trim();
Does that help?

Kevin
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform