2 lines
81 B
Text
2 lines
81 B
Text
|
|
New-Item -Path ".\path\to\dir" -ItemType Directory -ErrorAction SilentlyContinue
|