Profile
Achievement
fackz's Recent SnippetsTagged files
- All /
« Prev 1 Next »
This example shows how to delete specific files after a given time span.
This works good for cleaning cached files.
1
755
posted 14 years ago by fackz
This is another way to get a list of files ordered by upload time.
1
1143
posted 14 years ago by fackz
The .jpg extension can be changed to any extension. So if you want to pull out only .txt files, you just need to replace the .jpg with .txt. If you want to list ALL files, just remove the condition.
1
1099
posted 15 years ago by fackz
This is a function that selects files from a directory and orders them by the last time they were changed, in ascending or descending order. The snippet also calculates how much time passed since the file’s content was changed.
2
1608
posted 15 years ago by fackz