mkdir.hlp
来自「是一个经济学管理应用软件 很难找的 但是经济学学生又必须用到」· HLP 代码 · 共 62 行
HLP
62 行
{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 + =
减小字号Ctrl + -
显示快捷键?