Mega Code Archive

 
Categories / Php / File Directory
 

Is a directory

<? if ( is_dir( "/tmp" ) ) {   print "/tmp is a directory"; } ?>