1
0
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:
Juan Linietsky
2015-04-12 16:45:59 -03:00
parent 87c51b6fc0
commit 2dfa1279ea
6 changed files with 61 additions and 9 deletions

View File

@@ -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);