Hi,
I'am trying the folding in vb but it does not work
Set fs = CreateObject("Scripting.FileSystemObject")
'Folder Client does not exist on C:\
fs.CreateFolder("C:\Client\subclient\subsubclient")
I want to know what function will help me creating subfolders inside sub folders when none of them exist.
I know that the below works
fs.CreateFolder("C:\Client")
but i want to create sub folder inside sub folders.
Is there a fubction do create all folders.
I'am trying the folding in vb but it does not work
Set fs = CreateObject("Scripting.FileSystemObject")
'Folder Client does not exist on C:\
fs.CreateFolder("C:\Client\subclient\subsubclient")
I want to know what function will help me creating subfolders inside sub folders when none of them exist.
I know that the below works
fs.CreateFolder("C:\Client")
but i want to create sub folder inside sub folders.
Is there a fubction do create all folders.