mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-29 10:50:05 +00:00
Add some comments to explain what the differences between packages path and path/filepath
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
// The path package is only to be used for paths separated by forward slashes,
|
||||
// e.g. paths in URLs
|
||||
//
|
||||
// This package does not deal with Windows/NT paths with volume letters or backslashes
|
||||
// To manipulate operating system specific paths, use the path/filepath package
|
||||
package path
|
||||
|
||||
import "core:strings"
|
||||
|
||||
Reference in New Issue
Block a user