usa file_exists()

codice:
<?php 
if(!file_exists("../store/files/demo/prova")) {
mkdir("../store/files/demo/prova", 0777) ; }
?>