rmdir: add page (#1933)
This commit is contained in:

committed by
Starbeamrainbowlabs

parent
2cdedded50
commit
8480f6869a
15
pages/windows/rmdir.md
Normal file
15
pages/windows/rmdir.md
Normal file
@@ -0,0 +1,15 @@
|
||||
# rmdir
|
||||
|
||||
> Remove a directory and its contents.
|
||||
|
||||
- Remove an empty directory:
|
||||
|
||||
`rmdir {{path/to/directory}}`
|
||||
|
||||
- Remove a directory and its contents recursively:
|
||||
|
||||
`rmdir {{path/to/directory}} /s`
|
||||
|
||||
- Remove a directory and its contents recursively without prompting:
|
||||
|
||||
`rmdir {{path/to/directory}} /s /q`
|
Reference in New Issue
Block a user