Skip to content
Snippets Groups Projects
  • rswindell's avatar
    09f5e87e
    Optimized getfiledat(): · 09f5e87e
    rswindell authored
    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.
    09f5e87e
    History
    Optimized getfiledat():
    rswindell authored
    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.