In my program, I have to check if a particular directory exists or not. If not, it would have to be created.
Example c:\abc\123
I would have to first check if c:\abc exists. If not create c:\abc and then create c:\abc\123.
Does anybody have a piece of code which would do this?
Thanks.




Reply With Quote