Answers for "powershell remove folder where script is running"

5

powershell remove folder and contents

Remove-Item -LiteralPath "foldertodelete" -Force -Recurse
Posted by: Guest on November-05-2020

Code answers related to "powershell remove folder where script is running"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language