473,434 Members | 1,381 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,434 software developers and data experts.

How to get current directory of .exe in C#

How do you get the current directory of the actual .exe file (not the file
name but the directory it is in) ?

These do not work:
System.IO.Directory.GetCurrentDirectory() - returns system directory not
current directory of .exe
System.Environment.CurrentDirectory - returns system directory not current
directory of .exe
System.Reflection.Assembly.GetExecutingAssembly(). Location - returns the
file name of the current binary

Is there any method that just returns the directory that the current binary
is running in?
Jul 21 '05 #1
3 107037
e
Try
System.Reflection.Assembly.GetExecutingAssembly()

"Daniel" wrote:
How do you get the current directory of the actual .exe file (not the file
name but the directory it is in) ?

These do not work:
System.IO.Directory.GetCurrentDirectory() - returns system directory not
current directory of .exe
System.Environment.CurrentDirectory - returns system directory not current
directory of .exe
System.Reflection.Assembly.GetExecutingAssembly(). Location - returns the
file name of the current binary

Is there any method that just returns the directory that the current binary
is running in?

Jul 21 '05 #2
Application.StartupPath

"Daniel" <so*******************@yahoo.com> wrote in message
news:%2****************@TK2MSFTNGP09.phx.gbl...
How do you get the current directory of the actual .exe file (not the file
name but the directory it is in) ?

These do not work:
System.IO.Directory.GetCurrentDirectory() - returns system directory not
current directory of .exe
System.Environment.CurrentDirectory - returns system directory not current
directory of .exe
System.Reflection.Assembly.GetExecutingAssembly(). Location - returns the
file name of the current binary

Is there any method that just returns the directory that the current
binary
is running in?

Jul 21 '05 #3
This works in C# for Smart Device Projects ( PPC 2002 ), as the CF does not
seem to support Application.StartUp.

Path.GetDirectoryName(System.Reflection.Assembly.G etExecutingAssembly().GetName().CodeBase)

"Daniel" wrote:
How do you get the current directory of the actual .exe file (not the file
name but the directory it is in) ?

These do not work:
System.IO.Directory.GetCurrentDirectory() - returns system directory not
current directory of .exe
System.Environment.CurrentDirectory - returns system directory not current
directory of .exe
System.Reflection.Assembly.GetExecutingAssembly(). Location - returns the
file name of the current binary

Is there any method that just returns the directory that the current binary
is running in?

Jul 21 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: Jon Rea | last post by:
Hi, Just a quickie ... I thought that Directory.GetCurrentGirectory(), unless the current directory had been changed by the program, would always point to the directory where the .exe for the...
3
by: Alur | last post by:
Changing the current directory with the help of dialog window(MFC app) We can change directory with the help of the following code: CFileDialog m_ldFile(TRUE);...
3
by: PHaroZ | last post by:
Hi, I want to retrieve the complete full path to the directory of my current page but i don't find how to do that. For example i want : D:\myWebSite\firstDotNetWebApp\dir1\ I tried...
3
by: Daniel | last post by:
How do you get the current directory of the actual .exe file (not the file name but the directory it is in) ? These do not work: System.IO.Directory.GetCurrentDirectory() - returns system...
3
by: Progman | last post by:
I use Visual Studio 2005 When I run msgbox Curdir(), I get the visual studio directory. This problem seems to be only in the VB part. In the ASP, we use ~/etc... to access files. Why I...
3
by: Chris Mellon | last post by:
This appears to be a change in behavior from Python 2.4 to Python 2.5, which I can't find documented anywhere. It may be windows only, or related to Windows behavior. In 2.4, the current...
6
by: titan.nyquist | last post by:
The WebBrowser control won't load a css file written in the same directory as the program. If I put an absolute path to it, it will load it. Thus, the current directory of the WebBrowser control...
9
by: Zytan | last post by:
If a program is run from a batch file, the current directory for the program will be that of the batch file, not of the .exe. How can I find the directory of the .exe? My program's files are in...
8
dmjpro
by: dmjpro | last post by:
How do I get current directory in JAVA? And how do I set Current Directory in JAVA? When JVM runs a class file then what is it's current directory? Is it the JVM running path??? Please help!...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.