代码搜索:FileSystemObject
找到约 1,189 项符合「FileSystemObject」的源代码
代码结果 1,189
www.eeworm.com/read/388532/8603237
html 18.2.1 type属性.html
请选择文件
function getInfo()
{
var oFso=new ActiveXObject("Scripting.FileSyste
www.eeworm.com/read/388532/8603250
atendofline属性html 18.5.1. atendofline属性html
打开文件
function readFile()
{
var oFso=new ActiveXObject("Scripting.FileS
www.eeworm.com/read/388532/8603253
html 18.2.1 path属性属性.html
请选择文件
function getInfo()
{
var oFso=new ActiveXObject("Scripting.FileSyste
www.eeworm.com/read/388532/8603257
html 18.1.1 drivetype属性.html
var objFso = new ActiveXObject("Scripting.FileSystemObject");
//自定义函数,输出磁盘类型的文字说明
function DriveType(drvType)
{
var DriveType="";
switch(drvType)
{
www.eeworm.com/read/388532/8603271
html 18.4.1 buildpath方法.html
var oFso=new ActiveXObject("Scripting.FileSystemObject");
with (document)
{
var oldPath="this is a path";
var toadd="addPath";
var newPath=oFso.BuildPath(oldPath,to