Hello everyone , i am new to c# so please don't get upset with my question .
I'm working with system.Io
look here http://msdn.microsoft.com/en-us/library/system.io.directory.aspx now what does Directory.CreateDirectory(path);
means , why when we have a path we create a directory . please make me understand
kshahnazari
0
Newbie Poster
Recommended Answers
Jump to PostIt creates directories (or folders).
If you tell it Directory.CreateDirecy("c:\\science\\data"), it will make both the science and the data directories if necessary.
All 2 Replies
Be a part of the DaniWeb community
We're a friendly, industry-focused community of 1.20 million developers, IT pros, digital marketers, and technology enthusiasts learning and sharing knowledge.