package filepathlite

Import Path
	internal/filepathlite (on go.dev)

Dependency Relation
	imports 5 packages, and imported by 2 packages

Involved Source Files Package filepathlite implements a subset of path/filepath, only using packages which may be imported by "os". Tests for these functions are in path/filepath. path_nonwindows.go path_unix.go
Package-Level Type Names (only one, which is unexported)
/* sort exporteds by: | */
Package-Level Functions (total 19, in which 13 are exported)
Base is filepath.Base.
Clean is filepath.Clean.
Dir is filepath.Dir.
Ext is filepath.Ext.
FromSlash is filepath.ToSlash.
IsAbs reports whether the path is absolute.
IsLocal is filepath.IsLocal.
Localize is filepath.Localize.
Split is filepath.Split.
ToSlash is filepath.ToSlash.
VolumeName is filepath.VolumeName.
VolumeNameLen returns the length of the leading volume name on Windows. It returns 0 elsewhere.
Package-Level Variables (only one, which is unexported)
Package-Level Constants (total 2, both are exported)
const ListSeparator = 58 // OS-specific path list separator
const Separator = 47 // OS-specific path separator