I would like to suggest to add a new function to get the last modified time of a file, which can be useful in many different ways. For example
- we could easily cleanup old player data files without having to save a timestamp in each json file in a banking mod.
- Or it could be used to detect if a file was changed directly on the server and reload it automatically without having to load the whole file and checking if anything changed.