熱點推薦:
您现在的位置: 電腦知識網 >> 編程 >> .NET編程 >> 正文

asp 刪除圖片與文件函數

2022-06-13   來源: .NET編程 

  fso filesystemobject對象的deletefile函數來實現刪除方法簡單的下面我們來看看下面的實例吧

  我們會利用

  function delfile(path)
dim fso
responsewrite(servermappath(path))
responseend
set fso=serverCreateObject("scriptingfilesystemobject")
if fsofileexists(servermappath(path)) then
fsodeletefile(serverMapPath(path))
end if
fsoclose
end function


From:http://tw.wingwit.com/Article/program/net/201311/14447.html
    推薦文章
    Copyright © 2005-2022 電腦知識網 Computer Knowledge   All rights reserved.