专业问题,急需支持
if CreatFlag then
Set objFs = Server.CreateObject("Scripting.FileSystemObject")
if not objFs.FolderExists(strBasicPath) then
'Response.Write strBasicPath
objFs.CreateFolder strBasicPath
end if
if not objFs.FolderExists(strPath) then
objFs.CreateFolder strPath
end if
执行后发现文件无法创建,是不是我的服务器或网站需要特殊配置