.NET Hore....

simple beginner .NET geek
See also: Other Geeks@INDC

Oneliner Tips ( VI )

Get path of application directory :
Path.GetDirectoryName([Assembly].GetExecutingAssembly().GetModules(0).FullyQualifiedName)

Share this post: | | | |
Posted: Mar 24 2006, 05:09 AM by soetam | with 2 comment(s)
Filed under:

Comments

soetam said:

no hasle....I prefer below :
AppDomain.CurrentDomain.BaseDirectory
# March 24, 2006 5:33 AM

soetam said:

Well, at least my tip also work at my IPAQ development....
Anyway, thx for the shorter one....
# March 27, 2006 7:25 PM