I need to create 3 folders (named as In,Proc,Error) in C:\Ram directory. First I need to check for folder existence in directory. If any of them not present need to create missing folder. If all missed need to create all 3. Could anyone suggest a simple looping code in VB.NET for this requirement .
-
We aren't going to do the work for you. At the very least, you should try yourself first, and if unsuccessful, post that code and then we can help you.Code Maverick– Code Maverick2011-05-26 14:36:54 +00:00Commented May 26, 2011 at 14:36
-
Do we also need to check if C:\ram exist?reggie– reggie2011-05-26 14:41:52 +00:00Commented May 26, 2011 at 14:41
Add a comment
|