how to get the "last edited "time of the file ?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By vania23

there is a property of a file of the last time when it was edited. And i need to get it. How to do that?

:bust_in_silhouette: Reply From: jgodfrey

You want the get_modified_time() method of the FileAccess class. See the docs here: