path

package
v0.10.3 Latest Latest
Warning

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

Go to latest
Published: Jun 15, 2026 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Overview

Package path provides utilities to resolve relative paths to absolute paths.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Get

func Get(p string) (string, error)

Get resolves the given path to an absolute path. If the path is empty, it returns an empty string. If the path is already absolute, it returns the cleaned path. Otherwise, it returns the absolute path relative to the current working directory.

func HasVolumeName added in v0.10.3

func HasVolumeName(p string) bool

HasVolumeName reports whether p starts with a platform volume name or a Windows drive prefix. The explicit drive-prefix check keeps validation portable on non-Windows platforms.

Types

This section is empty.

Jump to

Keyboard shortcuts

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