mirror of https://github.com/godotengine/godot
When a file is opened with a wrong case, it can work on the developer system but break on a user system with a case-sensitive filesystem. This will display a warning when it happens. CAVEATS: It will also display the warning if a symlink is in the path. Adapt warning if the file is a symlink. Avoid warning on symlinks. Fix memory leak and avoid `lstat` usage. Avoid exposing real_path when not in TOOLS_ENABLED mode. |
||
|---|---|---|
| .. | ||
| SCsub | ||
| dir_access_unix.cpp | ||
| dir_access_unix.h | ||
| file_access_unix.cpp | ||
| file_access_unix.h | ||
| file_access_unix_pipe.cpp | ||
| file_access_unix_pipe.h | ||
| ip_unix.cpp | ||
| ip_unix.h | ||
| net_socket_posix.cpp | ||
| net_socket_posix.h | ||
| os_unix.cpp | ||
| os_unix.h | ||
| syslog_logger.cpp | ||
| syslog_logger.h | ||
| thread_posix.cpp | ||
| thread_posix.h | ||