We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hey, I'm currently working on reading data out of CSV-files with a processing sketch and sending them via serial communication to a microcontroller. Now I need to get the file attributes of the CSV-files (for example the last modification time of the file). Is there any library or reference I can use/integrate in my processing sktech to get those file attributes?
Thank you very much Rob
Answers
https://Docs.Oracle.com/javase/9/docs/api/java/io/File.html#lastModified--
https://Forum.Processing.org/two/discussions/tagged?Tag=lastmodified()