filepathlite package - internal/filepathlite - Go Packages

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.

View Source

const (
	Separator     = '/' 
	ListSeparator = ':' 
)

This section is empty.

FromSlash is filepath.FromSlash.

IsAbs reports whether the path is absolute.

IsLocal is filepath.IsLocal.

Localize is filepath.Localize.

ToSlash is filepath.ToSlash.

VolumeName is filepath.VolumeName.

VolumeNameLen returns the length of the leading volume name on Windows. It returns 0 elsewhere.

This section is empty.