You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 25, 2020. It is now read-only.
I'm using OCEmu to code a graphic lib. Some files or folder have caps in there names.
Is it posible to enable case sensitivity for the file system like in opencomputer ?
The text was updated successfully, but these errors were encountered:
Case sensitivity is actually dependent on the underlying OS (Windows, Mac or Linux). So if when using OCEmu for some reason it is case insensitive, that's because you're on Windows (oh and code your thing as if it had case sensitivity, else it might not work on someone else PC). However i don't know if OpenComputers enforce case sensitivity through some way or another, but if you're on Windows and it have case sensitivity, then it does it.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm using OCEmu to code a graphic lib. Some files or folder have caps in there names.
Is it posible to enable case sensitivity for the file system like in opencomputer ?
The text was updated successfully, but these errors were encountered: