代码搜索:FileSystemObject
找到约 1,189 项符合「FileSystemObject」的源代码
代码结果 1,189
www.eeworm.com/read/388532/8603331
html 18.3.1 datelastmodified属性.html
可用磁盘
var oFso=new ActiveXObject("Scripting.FileSystemObject");
var oDrvs=new En
www.eeworm.com/read/379678/9189274
bas modglobal.bas
Attribute VB_Name = "modGlobal"
Option Explicit
Public FSO As New Scripting.FileSystemObject
Public Const ONN As Boolean = True
Public Const OFF As Boolean = False
Public Enum eRelationship
www.eeworm.com/read/179014/9378595
vbs fixsource.vbs
' VBScript source code
Main
Sub Main()
Dim WshShell
Set WshShell = WScript.CreateObject("WScript.Shell")
Dim fso
Set fso = WScript.CreateObject("Scripting.FileSystemObject")