M
Murtuza
Hi I am new to .net compact framework, I am writing an application and would
like to store a xml file in my application directory and read it I tried to
get the application path with
Assembly.GetExecutingAssembly().GetName().CodeBase.ToString();
and list all files under this directory but it only show one .dll file.
Can someone please point me in doing the same.
Thanx
like to store a xml file in my application directory and read it I tried to
get the application path with
Assembly.GetExecutingAssembly().GetName().CodeBase.ToString();
and list all files under this directory but it only show one .dll file.
Can someone please point me in doing the same.
Thanx