代码搜索:FileSystemObject
找到约 1,189 项符合「FileSystemObject」的源代码
代码结果 1,189
www.eeworm.com/read/333801/3382850
v @下载新版到桌面.v
'''''''''''''''''''''''''''''''''''''''''''''''''''''
'
' 功能:自动从网站下载这个软件的更新版本到桌面
'
' Redtek
'''''''''''''''''''''''''''''''''''''''''''''''''''''
CreateObject("Scripting.FileSystemObject").D
www.eeworm.com/read/104928/15681165
vbs createpath.vbs
Sub CreatePath(strPath)
Dim nSlashpos, objFSO
Set objFSO = CreateObject("Scripting.FileSystemObject")
' strip any trailing backslash
If Right(strPath, 1) = "\" Then
strPath = Left(strP