代码搜索:FileSystemObject
找到约 1,189 项符合「FileSystemObject」的源代码
代码结果 1,189
www.eeworm.com/read/281682/9141502
js writexml.js
function writeHeadXML()
{
var fso, tf;
fso = new ActiveXObject("Scripting.FileSystemObject");
// 创建新文件
tf = fso.CreateTextFile("c:\\myxml.xml", true,true);//workspace\\WebExcel\\xmlfile\\
www.eeworm.com/read/465845/7047560
bas module1.bas
Attribute VB_Name = "Module1"
Public Connection As String
Public Updata As Boolean
Dim fso As New FileSystemObject, fil As file
Sub Main()
On Error GoTo ErrFile
bool = False
xInt = 0