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

  • SEARCH
  • Home
  • 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 872127
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T10:44:19+00:00 2026-05-15T10:44:19+00:00

I am currently writing some methods to determine certain paths on the hard drive.

  • 0

I am currently writing some methods to determine certain paths on the hard drive. For the sake of the example, let’s call them GetBasePath(), GetSpecialPath(), etc.

My question is, from a design point of view, how should these methods behave if the directories do not exist in the expected location? I am a bit puzzled what the best practice might be in this case.

Some contradicting possible solutions that I considered:

1: The name of the method should tell you what it does, therefore GetBasePath or GetSpecialPath do not imply that the method checks for existence. It’s the caller’s business to check for existence himself. Also, a method called GetBasePathIfItExists would be a bit over the top…

2: If the paths do not exist, that is an exceptional case, because they are expected to exist (at least in my case), therefore the methods should throw exceptions.

3: The methods should only return VALID paths, therefore if it cannot return a valid existing path, an empty string should be returned. (E.g.: Microsoft does this for Environment.GetFolderPath())

I am currently favoring solution 1, as this has the advantage that you can easily tell the user WHERE the path is expected to exist. An exception could tell you the same, but is it really an exceptional case?

What would you suggest?

I hope this question is not too specific and other readers can benifit from a good answer as well.

  • 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. Editorial Team
    Editorial Team
    2026-05-15T10:44:20+00:00Added an answer on May 15, 2026 at 10:44 am

    If these paths are expected to always exist, then their non existence is exceptional and you should indeed throw an exception. This is also how the framework operates in many of the IO namespace classes.

    If there is a reasonable expectation that these paths may not exist, you may want to provide an xxxExists boolean method that will check for existence and allow the programmer to do something about the issue.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm currently writing some methods that do some basic operations on form controls eg
I am currently writing some unit tests for a business-logic class that includes validation
I'm writing some code to determine the name that an object is assigned to.
Im currently writing my bachelor thesis with latex and using TexnicCenter. I want to
Our company is currently writing a GUI automation testing tool for compact framework applications.
I am currently writing a simple, timer-based mini app in C# that performs an
I am currently writing a small calendar in ASP.Net C#. Currently to produce the
I'm currently writing an ASP.Net app from the UI down. I'm implementing an MVP
I'm currently writing an interface to allow applications to send exception data to a
I'm currently writing a TYPO3 extension which is configured with a list of tt_content

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.