Answers for "which command is used to delete all files in a directory?"

0

delete all files in a directory cmd

del /S C:Pathtodirectory*
Posted by: Guest on October-23-2020
3

delete all files in a directory command

rd /s/q Foldername
Posted by: Guest on May-26-2021

Code answers related to "which command is used to delete all files in a directory?"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language