asp中常用的文件处理函数
2009-05-12 15:20:00来源:未知 阅读 ()
asp 中处理文件上传以及删除时常用的自定义函数:
以下为引用的内容: <% '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' '所有自定义的VBS函数 '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' function DeleteFile(Filename) '删除文件 if Filename<>"" then Set fso = server.CreateObject("Scripting.FileSystemObject") if fso.FileExists(Filename) then fso.DeleteFile Filename end if set fso = nothing end if end function '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' function CreateDIR(byval LocalPath) '建立目录的程序,如果有多级目录,则一级一级的创建 on error resume next LocalPath = replace(LocalPath,"\","/") set FileObject = server.createobject("Scripting.FileSystemObject") patharr = split(LocalPath,"/") path_level = ubound(patharr) for i = 0 to path_level if i=0 then pathtmp=patharr(0) & "/" else pathtmp = pathtmp & patharr(i) & "/" cpath = left(pathtmp,len(pathtmp)-1) if not FileObject.FolderExists(cpath) then FileObject.CreateFolder cpath next set FileObject = nothing if err.number<>0 then CreateDIR = false err.Clear else CreateDIR = true end if end function
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' SaveRandFileName=replace(replace(replace(now,":",""),"-","")," ","")&int(10*rnd)&"."&fileExt function jaron_replacer(strContent,start_string,end_string,replace_string) |
标签:
版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有
上一篇:ASP编写计数器的优化方法
- asp中日期时间函数介绍 2020-03-30
- ASP 时间函数及如何获取服务器时间的写法 2020-03-30
- ASP中DateAdd函数中日期相加或相减使用方法 2020-03-25
- 用asp实现检测文件编码 2020-03-20
- Asp Split函数之使用多个分割符的方法 2020-03-15
IDC资讯: 主机资讯 注册资讯 托管资讯 vps资讯 网站建设
网站运营: 建站经验 策划盈利 搜索优化 网站推广 免费资源
网络编程: Asp.Net编程 Asp编程 Php编程 Xml编程 Access Mssql Mysql 其它
服务器技术: Web服务器 Ftp服务器 Mail服务器 Dns服务器 安全防护
软件技巧: 其它软件 Word Excel Powerpoint Ghost Vista QQ空间 QQ FlashGet 迅雷
网页制作: FrontPages Dreamweaver Javascript css photoshop fireworks Flash