// Do not display .. in the root
// Do not display .. in the root folder if ($currentFolder == $username) { if ($file == “..”) { continue; } } Get the absolute path of the $file: $absoluteFilePath = getAbsolutePath($currentFolder . “/” . $file); Generate a row for each element of the folder: printf(”
n”); Display the size of the element: printf(”
n”, filesize($absoluteFilePath)); Get and display the last modified time of the element: printf(”
n”, date(”m/d/Y h:I:s”, filectime($absoluteFilePath))); printf(”
n”); } Close the directory: Page 265
Note: If you are looking for good and high quality web space to host and run your java application check Vision java hosting services