mirror of
https://github.com/odin-lang/Odin.git
synced 2025-12-28 17:04:34 +00:00
This is to reduce the confusion that occurs between that package and the `core:path/filepath` package
6 lines
338 B
Odin
6 lines
338 B
Odin
package path
|
|
|
|
#panic(
|
|
`core:path/slashpath - for paths separated by forward slashes, e.g. paths in URLs, this does not deal with OS-specific paths
|
|
core:path/filepath - uses either forward slashes or backslashes depending on the operating system, deals with Windows/NT paths with volume letters or backslashes (on the related platforms)`)
|