Answers for "delete all files in a directory command when files is open"

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

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

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language