SyntaxFix
Write A Post
Hire A Developer
Questions
This is how I do
if(is_dir("./folder/test")) { echo "Exist"; }else{ echo "Not exist"; }