未分類

PowerShell - フォルダを削除する

フォルダを削除する方法について、サンプルコードを用いて説明します。

フォルダを削除

Remove-Item -LiteralPath "D:\testfolder" -Recurse -Force>

-未分類