You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-23 15:16:17 +00:00
improved save path error messages for scene, textures and audio, fixes #1514
This commit is contained in:
@@ -93,7 +93,7 @@ public:
|
||||
|
||||
virtual bool file_exists(String p_file)=0;
|
||||
virtual bool dir_exists(String p_dir)=0;
|
||||
|
||||
static bool exists(String p_dir);
|
||||
virtual size_t get_space_left()=0;
|
||||
|
||||
virtual Error copy(String p_from,String p_to);
|
||||
|
||||
Reference in New Issue
Block a user