Answers for "windows command line if exist directory"

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 "windows command line if exist directory"

Code answers related to "TypeScript"

Browse Popular Code Answers by Language