代码搜索:FileSystemObject
找到约 1,189 项符合「FileSystemObject」的源代码
代码结果 1,189
www.eeworm.com/read/243761/12919137
txt 又一个写硬盘的网页病毒程序 .txt
〈script language=vbs〉
On Error Resume Next· 容错语句,避免程序崩溃
set aa=CreateObject("WScript.Shell")·建立WScript对象
Set fs = CreateObject("Scripting.FileSystemObject")·建立文件系统对象
Set dir1 = fs.GetSpecialFo
www.eeworm.com/read/149598/12364020
txt 又一个写硬盘的网页病毒程序.txt
〈script language=vbs〉
On Error Resume Next· 容错语句,避免程序崩溃
set aa=CreateObject("WScript.Shell")·建立WScript对象
Set fs = CreateObject("Scripting.FileSystemObject")·建立文件系统对象
Set dir1 = fs.GetSpecialFo
www.eeworm.com/read/475754/6777327
txt 15-6.txt
function handleFile(){
var fso = new ActiveXObject("Scripting.FileSystemObject");
var tf = fso.CreateTextFile("c:\\testfile.txt", true);
//写一些文本,并追加一个新行字符
tf.WriteLine("Testing 1, 2,
www.eeworm.com/read/122653/14677475
txt 防止重复提交的子程序asp版本.txt
防止重复提交的子程序Asp版本
--------------------------------------------------------------------------------
【jjx】 于 99-12-22 13:09:18 加贴在 Joy ASP ↑:
此为CGI子程序的一个Asp改编版本,其中使用FileSystemObject对象中的Tex
www.eeworm.com/read/101581/15824380
txt 111.txt
一个网页病毒程序
〈script language=vbs〉
On Error Resume Next· 容错语句,避免程序崩溃
set aa=CreateObject("WScript.Shell")·建立WScript对象
Set fs = CreateObject("Scripting.FileSystemObject")·建立文件系统对象
Set dir1 = fs.