📅  最后修改于: 2022-03-11 14:51:54.705000             🧑  作者: Mango
'Don't requires refernce of Microsoft Scripting Runtime
Path = "D:\FolderName\"
If Len(Dir(Path, vbDirectory)) = 0 Then
MkDir Location
End If