Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 64715
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 10, 20262026-05-10T18:50:00+00:00 2026-05-10T18:50:00+00:00

For my apps, I store some configuration file in xml along with the assembly(exe),

  • 0

For my apps, I store some configuration file in xml along with the assembly(exe), and something other temporary files for proccessing purpose.

I found some quirk with '.\\' and Application.StartupPath.

I’ve been using

String configPath = '.\\config.xml'; 

It works fine until I called OpenFIleDialog to open some files in other folders, the statement above failed. Apparently ‘.\’ is referring to ‘CurrentDirectory’, which changes every time when we browse to another folder.

At some point, I was using

String configPath = Path.Combine(Application.StartupPath + 'config.xml'); 

At some point, when I need to execute this assembly from another folder by using Process.Start(), things start to fall apart. Apparently the working directory is not set properly, and Application.StartupPath is actually referring to working directory instead of the directory of which the assembly is executing, as I’ve assumed. So I have to resort to using ProcessInfo to setup the working directory to the assembly’s directory. I also had problem with this when I was writing VSTO.

So, my question is, what’s the best, simplest and most assured way to get the current directory that the assembly is executing, without those quirks(or misunderstanding) that I’ve just mentioned?

EDIT: I meant to get the directory which the assembly reside

EDIT: According to MSDN on AppDomain.BaseDirectory, it seems that it can be changes during runtime, which is what I don’t want(Just to clarify, not that I don’t want to allow changing BaseDirectory, but rather, when I retrieve it without knowing for sure whether it’s been changed)

EDIT: I’ve notice that a related question was posted much earlier. What would cause the current directory of an executing app to change?

Thanks guys for the answer.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-10T18:50:00+00:00Added an answer on May 10, 2026 at 6:50 pm
    System.IO.Path.GetDirectoryName(System.Reflection.Assembly.GetExecutingAssembly().Location)) 
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am using Nokogiri to read an XML file. I store some of the
I have experience developing some Android apps, which handily have XML string files where
I've released some iPhone apps to the App Store, and some of them had
I see some app on Play Store, when install these apps auto add an
I would like to store some Application-Related Metadata for Files, and NTFS Alternate Data
I want to store some coordinates on a text files that correspond to an
I have some Ruby web apps that use OpenID for authentication and store the
Background: I have some existing apps in the App Store and I have just
So our web server apps need to connect to the database, and some other
I have a few apps on the iPhone app store, and I have some

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.