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

Add method to check if filesystem is case sensitive.

This commit is contained in:
bruvzg
2023-10-07 14:36:41 +03:00
parent 6916349697
commit 97bcd8a631
9 changed files with 91 additions and 6 deletions

View File

@@ -49,6 +49,7 @@ protected:
virtual String get_drive(int p_drive) override;
virtual bool is_hidden(const String &p_name) override;
virtual bool is_case_sensitive(const String &p_path) const override;
};
#endif // UNIX ENABLED