mirror of
https://github.com/godotengine/godot.git
synced 2025-10-21 08:53:35 +00:00
added get_creation_time function for gdscript
This commit is contained in:
parent
005b69cf6e
commit
d315b0fb8a
24 changed files with 133 additions and 0 deletions
|
@ -75,6 +75,7 @@ public:
|
|||
virtual bool dir_exists(String p_dir);
|
||||
|
||||
virtual uint64_t get_modified_time(String p_file);
|
||||
virtual uint64_t get_creation_time(String p_file); // NEW FUNCTION
|
||||
|
||||
virtual Error rename(String p_path, String p_new_path);
|
||||
virtual Error remove(String p_path);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue