get directory executing from C#

Started by
2 comments, last by Arild Fines 18 years, 4 months ago
how to retrive the direcory where the exe file is in the C# code of the windows app using VC# 2005 express
Advertisement
could you possibly explain what you want a bit more? It would help because i THINK i know what you mean but i just need a few more details

thanks
JUST-CODE-IT.NETManaged DirectX & C# TutorialsForumsArticlesLinksSamples
i think this is what you want: Directory.GetCurrentDirectory Method
This space for rent.
Path.GetDirectory( System.Reflection.Assembly.GetEntryAssembly().ManifestModule.FullyQualifiedName );
--AnkhSVN - A Visual Studio .NET Addin for the Subversion version control system.[Project site] [IRC channel] [Blog]

This topic is closed to new replies.

Advertisement