Access localhost (Wamp or Xampp) home directory with a new look .
- Get Personalized Name, Logo,and the Icon For all file type.
- You can show your File size.
- Get created and last modified date and time along with the name of the file/Directory.
- Download the File into your WWW direcory in wampp and htdocs in xammp
- copy and paste inside each directory where you need .
- include file/Directory creation date and time add
$timekey
before thefor($index=0; $index < $indexCount; $index++) { //code }
loop ends. - include file/Directory Size add
$sizekey
before thefor($index=0; $index < $indexCount; $index++) { //code }
loop ends.