MkDir 语句

新建目录或文件夹。

语法

MkDir路径

所需的 路径参数 是一个 字符串表达式 ,用于标识要创建的目录或文件夹。 路径 可能包括驱动器。 如果未指定驱动器,则“MkDir”在当前驱动器上新建目录或文件夹。

示例

This example uses the MkDir statement to create a directory or folder. If the drive is not specified, the new directory or folder is created on the current drive.

MkDir "MYDIR" ' Make new directory or folder. 

另请参阅

支持和反馈

有关于 Office VBA 或本文档的疑问或反馈? 请参阅 Office VBA 支持和反馈,获取有关如何接收支持和提供反馈的指南。