Hey all. Maybe my brain is dead today, but anyway, I can't figure out how to recursively create a folder.
EG:
If I want to create a folder called c:\Folder1\Folder2\Folder3\Folder4 and Folder1 does not exist, then I need to create Folder1, then I need to create Folder2, then Folder3 and finaly Folder4 can be created.
But how can I do this in code?
I'm sure there must be some examples of this somewhere. All feedback appriciated.
EG:
If I want to create a folder called c:\Folder1\Folder2\Folder3\Folder4 and Folder1 does not exist, then I need to create Folder1, then I need to create Folder2, then Folder3 and finaly Folder4 can be created.
But how can I do this in code?
I'm sure there must be some examples of this somewhere. All feedback appriciated.