Answers for "dos cmd check if directory exists"

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 "dos cmd check if directory exists"

Code answers related to "TypeScript"

Browse Popular Code Answers by Language