You've already forked godot
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user