1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

[Linux] Implement DirAccess.is_case_sensitive for EXT4 and F2FS.

This commit is contained in:
bruvzg
2023-10-13 15:48:03 +03:00
parent 51f81e1c88
commit 54eae6221a
3 changed files with 26 additions and 1 deletions

View File

@@ -82,6 +82,8 @@ public:
virtual String read_link(String p_file) override;
virtual Error create_link(String p_source, String p_target) override;
virtual bool is_case_sensitive(const String &p_path) const override;
virtual uint64_t get_space_left() override;
virtual String get_filesystem_type() const override;