OPTIONS
翻译或纠错本页面

mkdir()

介绍

mkdir(path)

在指定的路径创建目录。当指定的目录不存在时,此方法会创建完整路径。

此方法与 BSD 或 GNU 工具中的 mkdir -p 命令效果相同。

The mkdir() method has the following parameter:

Parameter Type

介绍

path string A path on the local filesystem.
←   md5sumFile() pwd()  →
ON THIS PAGE