专注于互联网--专注于架构

最新标签
网站地图
文章索引
Rss订阅
<% FunctionCopyMyFolder(FolderName,FolderPath) sFolder=server.mappath(FolderName) oFolder=server.mappath(FolderPath) fso=server.createobject(\"scripting.filesystemobject\") fso.folderexists(server.mappath(FolderName))Then’检查原文件夹是否 [阅读全文] [PDF]
'////////////////////////////////////////////////FSO操作///////////////////////////////////// '判断文件夹是否存在 Function FolderExits(Folder) Folder=Server.Mappath(Folder) Set FSO= Server.CreateObject("Scripting.FileSystemObject") IF FSO.FolderExists(Folder) Then FolderExits=true Else FolderEx [阅读全文] [PDF]
Function CheckFilePath(Path As String) As String '检查档位文件是否在根目录下 If Right(Path, 1) <> "\" Then CheckFilePath = Path & "\" Else CheckFilePath = Path End If End Function Function ShowDriveType(Driver) Select Case Driver Case 0: [阅读全文] [PDF]
Dim fso   Set fso = CreateObject(\"Scripting.FileObject\")   fso.DeleteFile \"d:\\xx.txt\" \'删除文件 function sdDel(purl) on error resume next dim fso fso=server.CreateObject(\"Scripting.FileObject\")   fso.DeleteFil [阅读全文] [PDF]
<% \'\'::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: \'\'::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: \'\'::: BMP, GIF, JPG and PNG ::: \'\':::::::::::::::::::::::::::::::::::::::::::::: [阅读全文] [PDF]
<%@ Language=VBScript %> <%Server.ScriptTimeout=50000%> <HTML> <HEAD> <META NAME=\"GENERATOR\" Content=\"Microsoft Visual Studio 6.0\"> <meta http-equiv=\"Content-Type\" content=\"text/html; char=gb2312\"> </HEAD> <BODY> <% functi [阅读全文] [PDF]
<% FunctionCopyMyFolder(FolderName,FolderPath) sFolder=server.mappath(FolderName) oFolder=server.mappath(FolderPath) setfso=server.createobject(\"scripting.filesystemobject\") iffso.folderexists(server.mappath(FolderName))Then’检查原文件夹是否存在 iffso.folderexists(server.mappath(Folder [阅读全文] [PDF]
<%@LANGUAGE=\"VBSCRIPT\" CODEPAGE=\"936\"%> <% dim st st=timer \'************************************************************* \'*************搜索硬盘文件类SearchFile ************* \'*************思路方法: ************* \'*************S [阅读全文] [PDF]
1 共8条 分1页