国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 編程 > ASP > 正文

asp fso操作類

2024-05-04 11:00:11
字體:
來源:轉載
供稿:網友
復制代碼 代碼如下:
<%
'================================================================
'=                    系統版本:1.0                                =
'=                    文件版本:1.0                                =
'=                文本創建日期:2005-10-31                        =
'================================================================
Class Cls_IO
    Private FileSystemObject

    Private Sub Class_Terminate()
        If IsObject(FileSystemObject) Then
            Set FileSystemObject = Nothing
        End If
    End Sub

    '//創建FileSystemObject對象
    Public Function Init_Object()
        On Error Resume Next
        If Not IsObject(FileSystemObject) Then
            Set FileSystemObject = Server.CreateObject("Scripting.FileSystemObject")
            If Err.Number <> 0 Then
                Init_Object = False
                Err.Clear
                Exit Function
            Else
                Init_Object = True
            End If
        End If
    End Function

    Public Sub DeleteFile(ByVal Str)
        On Error Resume Next
        Call FileSystemObject.DeleteFile(Server.MapPath("../UpLoadFile/"&Str))
發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 银川市| 石楼县| 托克逊县| 盖州市| 聂荣县| 广德县| 玛沁县| 城市| 碌曲县| 金山区| 东乡县| 桂东县| 麻城市| 修武县| 青州市| 宜城市| 新化县| 通渭县| 加查县| 莱西市| 新营市| 武义县| 康乐县| 台北市| 都江堰市| 黄冈市| 灵寿县| 安阳县| 普安县| 谢通门县| 安多县| 安图县| 南投市| 左贡县| 滨州市| 文化| 仁怀市| 崇明县| 安远县| 丰顺县| 阳信县|