help for rmdir
-------------------------------------------------------------------------------
Title
[D] rmdir -- Remove directory
Syntax
rmdir directory_name
Double quotes may be used to enclose the directory name and the quotes
must be used if the directory name contains embedded blanks.
Description
rmdir removes an empty directory (folder).
Examples
Stata for Windows:
. rmdir myproj
. rmdir c:\projects\myproj
. rmdir "c:\My Projects\Project 1"
Stata for Mac and Unix:
. rmdir myproj
. rmdir ~/projects/myproj
Also see
Manual: [D] rmdir
Help: [D] cd, [D] copy, [D] dir, [D] erase, [D] mkdir, [D] shell, [D]
type