pathutils

package
v4.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 15, 2026 License: MIT Imports: 5 Imported by: 0

Documentation

Overview

code-from-spec: SPEC/golang/implementation/os/path_utils@j69i65n8zPq7Kdj7fOo9tMRSjJE

Index

Constants

This section is empty.

Variables

View Source
var ErrCannotDetermineRoot = errors.New("cannot determine project root")
View Source
var ErrDirectoryTraversal = errors.New("path contains directory traversal components")
View Source
var ErrPathAbsolute = errors.New("path must not be absolute")
View Source
var ErrPathContainsBackslash = errors.New("path must not contain backslashes")
View Source
var ErrPathEmpty = errors.New("path is empty")
View Source
var ErrResolvesOutsideRoot = errors.New("path resolves outside the project root")

Functions

func PathValidateCfs

func PathValidateCfs(value string) error

Types

type PathCfs

type PathCfs struct {
	Value string
}

func PathOsToCfs

func PathOsToCfs(osPath *PathOs) (*PathCfs, error)

type PathOs

type PathOs struct {
	Value string
}

func PathCfsToOs

func PathCfsToOs(cfsPath *PathCfs) (*PathOs, error)

func PathGetProjectRoot

func PathGetProjectRoot() (*PathOs, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL