Search found 1 match

by ghdsports
Sat Sep 05, 2020 2:20 pm
Forum: General
Topic: Auto-remove after X time script
Replies: 13
Views: 38001

Re: Auto-remove after X time script

1

After trying to use these examples, I hit a couple of issues:

The comparison operator should be greater than, not less than
filemtime returns the modified time. filectime is the time when a file's inode data is changed; that is, when the permissions, owner, group, or other metadata from the ...