代码搜索:FileSystemObject
找到约 1,189 项符合「FileSystemObject」的源代码
代码结果 1,189
www.eeworm.com/read/114100/15085901
html 11474.html
Re: Answer "使用 FileSystemObject 来取得某目录内的所有档案"
Re: Answer "使用 FileSys
www.eeworm.com/read/114100/15104503
html 17643.html
Re: 但是有二台以上(烧录机及一般光碟机)怎么办?(无内文)
Re: 但是有二台以上(烧录机及一般光碟机)怎么办?(无内文)
www.eeworm.com/read/114100/15111643
txt 如何在客户机上建立服务器上的一个共享的文件目录.txt
下 面 为 我 写 的 一 小 段 程 序 , 相 信 对 你 有 一 定 帮 助 。
Dim fso, d
dim newfolder as string
On Error Resume Next '//////如 已 经 建 立 则 忽 略 错 误
Set fso = CreateObject("Scripting.FileSy
www.eeworm.com/read/114100/15111683
txt 如何获取某个文件夹的大小.txt
没 有 这 样 的 API, 但 可 以 使 用 FileSystemObject来 实 现 , 如 :
Dim fso As FileSystemObject
Dim f As Folder
Set fso = CreateObject("Scripting.FileSystemObject")
Set f = fso.Get
www.eeworm.com/read/114100/15111786
txt 通过局域网copy东西,但不知网络路径怎么写.txt
网络路径就是UNC格式,即:\\计算机名\路径。但是需要注意的是使用FileSystemObject拷贝网络目录时有点怪,如果要拷贝网络上的一个共享目录,需要这么做:
Dim fs
Set fs = CreateObject("Scripting.FileSystemObject")
' 把myFolder下的所有子目录拷贝到myNewFolder
www.eeworm.com/read/114100/15113245
txt 如何在客户机上建立服务器上的一个共享的文件目录.txt
下 面 为 我 写 的 一 小 段 程 序 , 相 信 对 你 有 一 定 帮 助 。
Dim fso, d
dim newfolder as string
On Error Resume Next '//////如 已 经 建 立 则 忽 略 错 误
Set fso = CreateObject("Scripting.FileSy