Forumda bulamadım...Bu şekilde klasör oluşturamıyormuyuz....
Set ds = CreateObject("Scripting.FileSystemObject")
ds.CreateFolder "c:\osman\ahmet\mehmet\ali\veli\deli\sakine"
veya
If Dir(MyFilePath2, vbDirectory) = Empty Then MkDir "c:\osman\ahmet\mehmet\ali\veli\deli\sakine"
Set ds = CreateObject("Scripting.FileSystemObject")
ds.CreateFolder "c:\osman\ahmet\mehmet\ali\veli\deli\sakine"
veya
If Dir(MyFilePath2, vbDirectory) = Empty Then MkDir "c:\osman\ahmet\mehmet\ali\veli\deli\sakine"