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 ¶
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
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.
Click to show internal directories.
Click to hide internal directories.