Mega Code Archive

 
Categories / Php / File Directory
 

Determining File Size with filesize()

<? print "The size of test.txt is. "; print filesize( "test.txt" ); ?>