Files
Odin/core/os
imp0s5ible 1f2d978396 Fix #6495 - Handle starting separator during name comparison
During the loop comparing file/directory names, the starting character
in both will be a path separator in most cases.
Since a naive string equality will regard forward slashes and
backslashes as different, we must specially handle the first character
and exclude it from the equality comparison if necessary.
2026-03-29 21:11:22 +02:00
..
2026-02-12 12:12:21 +01:00
2026-02-19 14:00:38 +00:00
2026-02-12 12:12:21 +01:00
2026-02-12 12:12:21 +01:00
2026-02-17 14:41:09 +00:00
2026-02-12 12:12:21 +01:00
2026-02-19 14:54:34 +00:00
2026-02-19 13:58:02 +00:00
2026-02-12 12:12:21 +01:00
2026-02-12 12:12:21 +01:00
2026-02-19 14:00:38 +00:00
2026-02-12 12:21:01 +01:00