📄 mkdir.hlp
字号:
{smcl}
{* 19jan2005}{...}
{cmd:help mkdir}
{hline}
{title:Title}
{p2colset 5 18 20 2}{...}
{p2col :{hi:[D] mkdir} {hline 2}}Create directory{p_end}
{p2colreset}{...}
{title:Syntax}
{p 8 13 2}{cmd:mkdir} {it:directoryname} [{cmd:,} {cmdab:pub:lic}]
{phang}
Double quotes may be used to enclose {it:directoryname}, and the quotes
must be used if {it:directoryname} contains embedded spaces.
{title:Description}
{pstd}
{cmd:mkdir} creates a new directory (folder).
{title:Option}
{phang}
{cmd:public} specifies that {it:directoryname} be readable by everyone;
otherwise, the directory will be created according to the default permissions
of your operating system.
{title:Examples}
{pstd}
Stata for Windows:
{phang2}{cmd:. mkdir myproj}{p_end}
{phang2}{cmd:. mkdir c:\projects\myproj}{p_end}
{phang2}{cmd:. mkdir "c:\My Projects\Project 1"}
{pstd}
Stata for Macintosh and Unix:
{phang2}{cmd:. mkdir myproj}{p_end}
{phang2}{cmd:. mkdir ~/projects/myproj}
{title:Also see}
{psee}
Manual: {bf:[D] mkdir}
{psee}
Online: {helpb cd}, {helpb copy}, {helpb dir},
{helpb erase}, {helpb shell}, {helpb type}
{p_end}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -