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 8255453
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T01:31:50+00:00 2026-06-08T01:31:50+00:00

Possible Duplicate: C# – FileStream and creating folders I have an input directory where

  • 0

Possible Duplicate:
C# – FileStream and creating folders

I have an input directory where XML files are FTP, there is an app that runs and then ingests all these XML and processes them. At the end, the file is moved to a folder that is created for the date it was processed on inside another directory. Here is the path I attempt to create:

D:\srv\test\ftp\Processed\07-19-2012

Here is the code that creates directories:

public static bool IfExistOrCreateDirectory(string path, bool createDirIfMissing) {
    if (Directory.Exists(path)) return true;
    else if (createDirIfMissing) {
        try {
            (new FileInfo(@path)).Directory.Create();
            return true;
        }
        catch (Exception ex) { return false; }
    }
    else return false;
}

After this code runs it throws no exceptions and returns true. However, when I check the folder the folder named “07-19-2012” does not exist.

Thanks in advance.

PS- this code was working fine until I copied some XML files down from a server into the input folder to test. I can no longer create directories in any drive through code; it is as if they get created virtually.

  • 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-06-08T01:31:53+00:00Added an answer on June 8, 2026 at 1:31 am

    http://msdn.microsoft.com/en-us/library/54a0at6s.aspx

    Directory.CreateDirectory(path);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Possible Duplicate: Can a Bash script tell what directory it's stored in? Is there
Possible Duplicate: Is there any way to clone a git repository’s sub-directory only? clone
Possible Duplicate: Objective C for Windows iPhone development on Windows Is there any way
Possible Duplicate: regex for URL including query string I have a text or message.
Possible Duplicate: How to call a JavaScript function from PHP? I have a php
Possible Duplicate: C#: How to reference generic classes and methods in xml documentation I
Possible Duplicate: Extracting dollar amounts from existing sql data? I have a column in
Possible Duplicate: What is the fastest XML parser in PHP? I still need to
Possible Duplicate: How do I create a directory and parent directories in one Perl
Possible Duplicate: Transparent images with C# WinForms I am coding an app which will

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.