hi!
I am developing a web base system "ONLINE VIRTUAL DRIVE". I am cofused, that how to create directory and sub-directories(which will include tables which will get data from database SQL2005). Kindly help me. I have stoped at the point which i have discrived.(directory structure). If any body can, please help me.
Sunny ChenPosted Jul 3, 2008, 9:08 PM
Bingo!
Directory.CreateDirectory has the ability of creating subdirectories.
Scott LyslePosted Jul 3, 2008, 3:01 AM
System.IO.Directory.CreateDirectory(DirectoryPath)
Where DirectoryPath is a path including subdirectories (e.g., C:/Temp/SomeDir/SomeOtherdir).