asp实现检查目录是否存在与建立目录的函数
"------------------------- "--检查目录是否存在 "---------------------- FunctionCheckDir(byvalFolderPath) dimfso Setfso=Server.CreateObject("Scripting.FileSystemObject") Iffso.FolderExists(Server.MapPath(folderpath))then "存在 CheckDir=True ...