1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-28 16:07:14 +00:00

Add function to obtain filesystem type from DirAccess.

Change EditorFileSystem to not use directory modification times on FAT32, fixes #20946
This commit is contained in:
Juan Linietsky
2019-01-21 15:23:08 -03:00
parent 100154a131
commit 6fa632b821
11 changed files with 62 additions and 1 deletions

View File

@@ -75,6 +75,8 @@ public:
virtual Error rename(String p_from, String p_to);
virtual Error remove(String p_name);
virtual String get_filesystem_type() const;
//virtual FileType get_file_type() const;
size_t get_space_left();