I need get a modify time of file. Like unix stat.st_mtime

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

I need get a modify time of file
I found File::get_modify_time() in Godot sources.

I want gd-function:

var mtime = File.get_mtime(filename)

It would be nice…

Please submit feature requests on GitHub issues.

Calinou | 2017-01-22 23:19