Answers for "delete all files in a directory command"

0

delete all files in a directory cmd

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

delete all files in a directory command

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

delete all files in a directory except

$ rm -v !("filename") #Delete all files in a directory except filename
Posted by: Guest on May-04-2021

Code answers related to "delete all files in a directory command"

Browse Popular Code Answers by Language