Versions in this module Expand all Collapse all v0 v0.0.19 May 25, 2023 Changes in this version + const UnixPathSeparator + const WindowsPathSeparator + var Separator = string(os.PathSeparator) + func GetFiles(root string) ([]string, error) + func HomeDirOrDefault(defaultDirectory string) string + func IsUnixOS() bool + func IsWindowsOS() bool + type PathInfo struct + IsAbsolute bool + Parts []string + PartsWithSeparator []string + RootPath string + func NewPathInfo(path string) (PathInfo, error) + func (pathInfo PathInfo) MeshWith(anotherPath string) ([]string, error) + func (pathInfo PathInfo) Paths() ([]string, error)