CreateFolder 方法
创建文件夹。
object.CreateFolder(foldername)
参数
object
必选项。应为 FileSystemObject 对象的名称。
foldername
必选项。字符串表达式,指明要创建的文件夹。
说明
如果指定的文件夹已经存在,则会出现错误。
下面例子举例说明如何使用 CreateFolder 方法:
Function CreateFolderDemo Dim fso, f Set fso = CreateObject("Scripting.FileSystemObject") Set f = fso.CreateFolder("c:\New Folder") CreateFolderDemo = f.PathEnd Function
免责声明:本站文章均来自网站采集或用户投稿,网站不提供任何软件下载或自行开发的软件!
如有用户或公司发现本站内容信息存在侵权行为,请邮件告知! 858582#qq.com
内蒙古资源网 Copyright www.nmgbbs.com
暂无“VBS教程:方法-CreateFolder 方法”评论...