代码搜索:FileSystemObject
找到约 1,189 项符合「FileSystemObject」的源代码
代码结果 1,189
www.eeworm.com/read/104928/15681158
vbs sol5-9.vbs
Set objFSO = CreateObject("Scripting.FileSystemObject")
Set objFolder1 = objFSO.CreateFolder("c:\data")
'create a folder below the new data folder using the Folders object抯 Add method
Set objFold
www.eeworm.com/read/315591/7139104
bas module1.bas
Attribute VB_Name = "Module1"
Option Explicit
Public Db As Database ' DAO对象
Public RS As Recordset '纪录集
Public RSUP As Recordset '同步更新用记录集
Public sql As String 'SQL语句字符串