Latest 100 public snipts »
beccoblu's
snipts » .net cf
showing 1-1 of 1 snipts for .net cf
-
∞ C#: Application Path (= VB6 App.Path) in Compact Framework 2.0
string appPath; appPath = System.Reflection.Assembly.GetExecutingAssembly().GetName().CodeBase; appPath = System.IO.Path.GetDirectoryName(appPath);


