Detecting New Files in Folder on Launch

What’s the best way to detect new files in a folder on launch?

Is there a better way of iterating through the folder structure and checking against some stored hash value of filename+size?

Thanks in advance

Mac? Windows? Linux?

On Mac you can ask FSEvents via our FSEventsMBS class.