I am trying to see if a certain file was created today. I am using Python. Does anyone have an idea on how the python code for this should be?
I did some research, and people suggested timedelta. However, I was confused on how to use this check whether its made today.
Would appreciate any help.
Thank you.