Answers for "search if directory exists from cmd"

1

cmd check if folder exists or not

if exist yourfoldername\ (
  echo Yes 
) else (
  echo No
)
Posted by: Guest on August-26-2021

Code answers related to "search if directory exists from cmd"

Code answers related to "TypeScript"

Browse Popular Code Answers by Language