mkdir()

mkdir("path")
参数:
  • path (string) – A path on the local filesystem.

Creates a directory at the specified path. This command will create the entire path specified, if the enclosing directory or directories do not already exit.

Equivalent to mkdir -p with BSD or GNU utilities.

MongoDB Manual (Index)

关于

生态系统

格式

资源