代码搜索:FileSystemObject
找到约 1,189 项符合「FileSystemObject」的源代码
代码结果 1,189
www.eeworm.com/read/100916/15861301
vbs setup.vbs
Dim Shell
Set Shell = CreateObject("WScript.Shell")
Dim FSO
Set FSO = CreateObject("Scripting.FileSystemObject")
Title = "PLC Installer"
call Install
Sub Install
If (MsgBox("This will in
www.eeworm.com/read/439651/7704157
asp index.asp
fso = Server.CreateObject("Scripting.FileSystemObject");
parentPath=fso.GetParentFolderName(Request.ServerVariables("URL"));
title=fso.GetFileName(parentPath)