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

Ask A Question

Stats

  • Questions 277k
  • Answers 277k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer When you do this: $("a[rel='colorbox']").colorbox(... You're saying "create me a… May 13, 2026 at 3:03 pm
  • Editorial Team
    Editorial Team added an answer Unfortunately, no. You cannot have subdirectories inside a resource directory.… May 13, 2026 at 3:03 pm
  • Editorial Team
    Editorial Team added an answer I do not have a complete answer for you here,… May 13, 2026 at 3:03 pm

Related Questions

I have a database that many different client applications (a smattering of web services,
I want to store some coordinates on a text files that correspond to an
I'm currently using the default cookies as my single sign on (SSO) but some
We have an old legacy PHP application. Now I want to write a new

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

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.