代码搜索:Scripting

找到约 2,777 项符合「Scripting」的源代码

代码结果 2,777
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
www.eeworm.com/read/114100/15113499

txt 哪里有script control.txt

在 专 业 版 和 企 业 版 都 有 Script Control。 不 过 需 要 手 工 安 装 , 在 光 盘 的 Common\Tools\VB\Script目 录 下 。 也 可 以 从 微 软 站 点 下 载 : http://www.microsoft.com/scripting/scriptcontrol/default.htm
www.eeworm.com/read/213246/15139913

asp de.asp

www.eeworm.com/read/208150/15252479

asp story.asp

www.eeworm.com/read/207824/15260761

htm 529.htm

Path 属性
www.eeworm.com/read/207824/15260769

htm 553.htm

SubFolders 属性
www.eeworm.com/read/207824/15260779

htm 490.htm

Files 属性
www.eeworm.com/read/207824/15260784

htm 472.htm

DateLastModified 属性