Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Addressing text file in solution

Status
Not open for further replies.

Simse

Programmer
Feb 24, 2005
22
Hi all!

I have to save data in a text file in my working directory. First I tried "Directory.GetCurrentDirectory();" but since I'm dealing with Windows CE that doesn't work.
So I added a text file to my Solution Explorer and now I have no idea how to address it. Can someone please help me?
Thanks
 
Ok, problem solved.
Just in case someone cares:

Assembly.GetExecutingAssembly().ManifestModule.FullyQualifiedName;

worked fine.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top