Answers for "delete all folders and files in a directory cmd in windows"

0

delete all files in a directory cmd

del /S C:\Path\to\directory\*
Posted by: Guest on October-23-2020
0

How to delete dir, subdirectory, fils all in cmd

[destination]rd [deleteable dir] /s

Like:

c:\myFolder\rd dirName /s
Posted by: Guest on August-02-2021

Code answers related to "delete all folders and files in a directory cmd in windows"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language