Total Newbie : How to create virtual directory/sub-directories??

  • Thread starter Thread starter aepearson
  • Start date Start date
A

aepearson

First off, yes, I used the search as a first step. But I am a complete
newbie when it comes to C# and a lot of the help I found was of no use
to me because of my limited knowledge of the language and how it works.
So please bear with me, haha.

What I need:

--A command line executable application that creates a virtual
directory off of a root website. Where the top folder will be a
user-defined 6 digit alphanumeric, and the subdirectories will all be
pre-named.
--Something with exception handling and a detailed error message.
--Something that will NOT overwrite if the directory already exists.

I'm not really sure where to start at all, this will be my first C#
application ever...so ANY help would be GREATLY appreciated.

If it makes a difference, I'll be developing the app in Visual Studio
..NET.
 
Back
Top