Remove Directory - Delete Folders with RD | Online Free DevTools by Hexmos

Remove directory quickly with RD command line tool. Delete folders and manage file system on Windows easily using RD alias. Free online tool, no registration required.

rd

This command is an alias of rmdir on the Command Prompt and Remove-Item in PowerShell.

  • View documentation for the original Command Prompt command:

tldr rmdir

  • View documentation for the original PowerShell command:

tldr remove-item