asp刪除文件夾目錄
來源:易賢網(wǎng) 閱讀:2442 次 日期:2014-08-26 09:52:11
溫馨提示:易賢網(wǎng)小編為您整理了“asp刪除文件夾目錄”,方便廣大網(wǎng)友查閱!

用asp寫了一個函數(shù),asp刪除指定文件夾里面的所有內容,看看能看懂么?

<%@language="vbscript"%>

<%Option Explicit%>

<%

'asp獲取當前物理路徑

Dim foraspcnbase,foraspcndelpath,foraspcntemp,foraspcntemp_array

Dim foraspcnFos'

Set foraspcnFos = server.CreateObject("scripting.filesystemobject")

If not IsObject(foraspcnFos) Then response.write ("不支持FOS!,結束!"),response.End()

foraspcnbase = request.ServerVariables("APPL_PHYSICAL_PATH")'獲取當前站點物理路徑

Function Foraspcn(path)

Dim path_folder,path_array,temp_path,filename,filename_array

If not foraspcnFos.FolderExists(path) Then

Foraspcn = False

Exit Function

End if

'如果是文件夾則開始遍歷

Set path_folder = foraspcnFos.GetFolder(path)

set path_array = path_folder.Subfolders'

For each temp_path In path_array

If foraspcn(temp_path) Then

foraspcnFos.DeleteFolder(temp_path)

End if

Next

'刪除目前所屬文件夾內文件

Set filename = path_folder.files

For each filename_array In filename

foraspcnFos.DeleteFile path&"\"&filename_array.name

Next

Foraspcn = true

End Function

foraspcndelpath = foraspcnbase&"a"'刪除根目錄下的a文件夾以及里面所有內容

If foraspcn(foraspcndelpath) Then

response.write "刪除成功"

Else

response.write "刪除失敗"

End if

%>

這個有個缺陷是不能刪除自身所屬文件夾(這理指的是a),再考慮寫個新的asp刪除文件夾

更多信息請查看IT技術專欄

更多信息請查看網(wǎng)絡編程
易賢網(wǎng)手機網(wǎng)站地址:asp刪除文件夾目錄

2025國考·省考課程試聽報名

  • 報班類型
  • 姓名
  • 手機號
  • 驗證碼
關于我們 | 聯(lián)系我們 | 人才招聘 | 網(wǎng)站聲明 | 網(wǎng)站幫助 | 非正式的簡要咨詢 | 簡要咨詢須知 | 加入群交流 | 手機站點 | 投訴建議
工業(yè)和信息化部備案號:滇ICP備2023014141號-1 云南省教育廳備案號:云教ICP備0901021 滇公網(wǎng)安備53010202001879號 人力資源服務許可證:(云)人服證字(2023)第0102001523號
聯(lián)系電話:0871-65099533/13759567129 獲取招聘考試信息及咨詢關注公眾號:hfpxwx
咨詢QQ:526150442(9:00—18:00)版權所有:易賢網(wǎng)