18943.html

来自「VB技巧问答10000例,是一个教程」· HTML 代码 · 共 23 行

HTML
23
字号
<html>  <head>    <title>FileSystemObject</title>  </head>  <body bgcolor="#FFFFFF" vlink="#808080">    <center>      <h1>FileSystemObject</h1>    </center><hr size=7 width=75%><hr size=7 width=75%><p>Posted by wei on September 15, 1999 at 02:37:12:<p>In Reply to: <a href="18934.html">Re: 叫□□&#34108;&#12418;腊Γ........</a> posted by ComBilLi on September 14, 1999 at 21:23:33:<p>Dim fso<br>Set fso = CreateObject("Scripting.FileSystemObject")                    <p>fso.CopyFolder CurDir & "\*",  "A:\"<p>Please note: wildcard characters can only be used in the last path component of the source argument. you can't use: <br>fso.CopyFolder "c:\mydocuments\*\*", "A:\"<p><p><br><br><hr size=7 width=75%><p><a name="followups">Follow Ups:</a><br><ul><!--insert: 18943--></ul><!--end: 18943--><br><hr size=7 width=75%><p></body></html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?