hi, i made simple script that read all files in folder and display in explorer, but i dont know code to calculate the number of files in folder anyone can help ?
As you cycle through the directory, just $count++ at the end then echo out the $count....