المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : To musefan



C# Programming
04-03-2009, 02:51 PM
Hi,
The query you gave to get application path
is giving the debug path
like this
C:\Inetpub\wwwroot\TestingApplication\TestingApplication\bin\Debug

but i want just my application path only like
C:\Inetpub\wwwroot\TestingApplication

so that i can hardcode myfile name and i can concatinate
like
C:\Inetpub\wwwroot\TestingApplication\myfilename.doc

Please help
itz urgent