[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
No known key found for this signature in database
GPG key ID: 7960FCF39844EC38
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;