mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-16 07:38:15 +02:00
Updated the manuals
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
The *remove-dir.ps1* Script
|
||||
===========================
|
||||
PowerShell Script: *remove-dir.ps1*
|
||||
===================================
|
||||
|
||||
This PowerShell script removes the given directory tree recursively.
|
||||
NOTE: Use with care! This cannot be undone!
|
||||
@ -7,7 +7,7 @@ NOTE: Use with care! This cannot be undone!
|
||||
Parameters
|
||||
----------
|
||||
```powershell
|
||||
/Repos/PowerShell/scripts/remove-dir.ps1 [[-pathToDir] <String>] [<CommonParameters>]
|
||||
PS> ./remove-dir.ps1 [[-pathToDir] <String>] [<CommonParameters>]
|
||||
|
||||
-pathToDir <String>
|
||||
Specifies the file path to the directory tree
|
||||
@ -83,4 +83,4 @@ try {
|
||||
}
|
||||
```
|
||||
|
||||
*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:25)*
|
||||
*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:14)*
|
||||
|
Reference in New Issue
Block a user