Find the Created and Modified dates of a file

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By smoothee
:warning: Old Version Published before Godot 3 was released.

We can check if a file exists in the file system
http://docs.godotengine.org/en/latest/classes/class_directory.html?highlight=file_exists

but can we check the created and modified dates on Windows?

:bust_in_silhouette: Reply From: eod

File method: get_modified_time()