🌈 搜索
📅  最后修改于: 2022-03-11 14:51:56.102000             🧑  作者: Mango
Public Function IsDir(s) IsDir = CreateObject("Scripting.FileSystemObject").FolderExists(s) End Function