代码搜索:FileSystemObject
找到约 1,189 项符合「FileSystemObject」的源代码
代码结果 1,189
www.eeworm.com/read/242302/13078282
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/242302/13078496
txt 通过局域网copy东西,但不知网络路径怎么写.txt
网络路径就是UNC格式,即:\\计算机名\路径。但是需要注意的是使用FileSystemObject拷贝网络目录时有点怪,如果要拷贝网络上的一个共享目录,需要这么做:
Dim fs
Set fs = CreateObject("Scripting.FileSystemObject")
' 把myFolder下的所有子目录拷贝到myNewFolder
www.eeworm.com/read/242302/13080981
txt 如何在客户机上建立服务器上的一个共享的文件目录.txt
下 面 为 我 写 的 一 小 段 程 序 , 相 信 对 你 有 一 定 帮 助 。
Dim fso, d
dim newfolder as string
On Error Resume Next '//////如 已 经 建 立 则 忽 略 错 误
Set fso = CreateObject("Scripting.FileSy
www.eeworm.com/read/321968/13391813
frm frmdbbackup.frm
VERSION 5.00
Object = "{F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0"; "COMDLG32.OCX"
Object = "{0D452EE1-E08F-101A-852E-02608C4D0BB4}#2.0#0"; "FM20.DLL"
Object = "{BDC217C8-ED16-11CD-956C-0000C04E4