子 EFolder(資料夾名稱)
暗淡FSO
設定 FSO=Server.CreateObject(Scripting.FileSystemObject)
如果 Fso.folderexists(Server.MapPath(FolderName)) 那麼
設定 FSO=無
退出子程序
別的
FSO.CreateFolder(伺服器.MapPath(資料夾名稱))
結束如果
設定 FSO=無
結束子
'================================================== === =================
子數組資料夾(路徑,sep)
昏暗的 ArrayPath、EPath、newPath
ArrayPath = split(路徑,sep)
新路徑=
對於 ArrayPath 中的每個 Epath
新路徑=新路徑&Epath&/
newPath = 替換(newPath,//,/)
E資料夾新路徑
下一個
結束子
數組資料夾 1/2/3,/