Mega Code Archive
Categories
/
Php
/
File Directory
Is the file a directory
Is the file a directory: is_dir()
"; return; } print "$f is ".(is_dir( $f )?"":"not ")."a directory
"; } ?>