how to figure out Recently added file in folder, is there a way to find out which files were added into a specific folder after a certain point of time?
They could be created/modfifed/accessed long before but I want to know if a file was newly added to a folder.
os.path.getctime(file)
will get me created time but how shall I get the time a file was added to a folder and the name of the recently added file