Not finding what you are looking for? Request a recipe!

  1. Not yet rated

    Find the last modified date of a file

    One technique is to perform a directory listing filtered to just the file you are interested in, then extract the last modified information. Another technique is to use underlying Java File object which also provides a last modified value.

  • Results 1-1 of 1