path

package
v0.17.0 Latest Latest
Warning

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

Go to latest
Published: Dec 7, 2021 License: BSD-2-Clause Imports: 4 Imported by: 0

Documentation

Overview

Package path provides functions for manipulating filesystem path names.

Index

Constants

This section is empty.

Variables

View Source
var Ns = eval.BuildNsNamed("path").
	AddGoFns(map[string]interface{}{
		"abs":           filepath.Abs,
		"base":          filepath.Base,
		"clean":         filepath.Clean,
		"dir":           filepath.Dir,
		"ext":           filepath.Ext,
		"eval-symlinks": filepath.EvalSymlinks,
		"is-abs":        filepath.IsAbs,
		"is-dir":        isDir,
		"is-regular":    isRegular,
		"temp-dir":      tempDir,
		"temp-file":     tempFile,
	}).Ns()

Ns is the namespace for the re: module.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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