Optimized getfiledat():
rather than calling both flength() and fdate() (which both call stat()), just call stat() once and use the result for both file size and date/time.
Please register or sign in to comment
rather than calling both flength() and fdate() (which both call stat()), just call stat() once and use the result for both file size and date/time.