Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $tdc="E:\Games\SteamLibrary\steamapps\workshop\content\222880"
- do {
- $dirs = gci $tdc -directory -recurse | Where { (gci $_.fullName).count -eq 0 } | select -expandproperty FullName
- $dirs | Foreach-Object { Remove-Item $_ }
- } while ($dirs.count -gt 0)
- www.voidtools.com
- mapas:
- https://steamcommunity.com/sharedfiles/filedetails/?id=2051214050
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement