How to create a folder in any drive by C# .Net Command
C#
3
Posts
3
Posters
0
Views
1
Watching
-
How to create a folder in any drive by C# .Net Command
-
How to create a folder in any drive by C# .Net Command
C# doesn't have commands; only command lines have commands. Perhaps something in the System.IO.Path class might be of use.
-
How to create a folder in any drive by C# .Net Command
Look into the System.Io namespace. In there, you'll find the Directory and DirectoryInfo classes. You'll be amazed how easy it is.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007, 2008
But no longer in 2009...