You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Revert "added get_creation_time function for gdscript"
This commit is contained in:
@@ -75,7 +75,6 @@ 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);
|
||||
|
||||
Reference in New Issue
Block a user