Is it possible to get the resulting list sorted by the file's timestamp?opendir(root, "x:\\"); while ($files = readdir(root)) { if ($files >= 1) { print "$files\n"; } } closedir(root); exit;
In reply to File list by date by rasmus
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |