搜索列表
-
asp实现检查目录是否存在与建立目录的函数
【ASP编程】'------------------------- '--检查目录是否存在 '---------------------- Function CheckDir(byval FolderPath) dim fso Set fso = Server.CreateObject("Scripting.FileSystemObject") &...
asp实现检查目录是否存在与建立目录的函数
【ASP编程】'------------------------- '--检查目录是否存在 '---------------------- Function CheckDir(byval FolderPath) dim fso Set fso = Server.CreateObject("Scripting.FileSystemObject") &...
asp实现检查目录是否存在与建立目录的函数