Is there a way to get the modification time of a file (either ctime or mtime should work) that is accessed locally through javascript.
I want to go to file:///home/me/mtime.html and have the javascript tell me that /home/me/file.txt was modified 2 minutes ago or something. I understand that javascript has limited file access due to security problems, but is there some trick since it is all done locally.
Thanks.