filepath

package
v0.0.0-...-0d9fb84 Latest Latest
Warning

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

Go to latest
Published: Dec 22, 2024 License: MIT Imports: 1 Imported by: 3

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Exports = map[string]interface{}{
	"_name": "path/filepath",

	"ListSeparator": filepath.ListSeparator,
	"Separator":     filepath.Separator,

	"ErrBadPattern": filepath.ErrBadPattern,
	"SkipDir":       filepath.SkipDir,

	"Abs":          filepath.Abs,
	"Base":         filepath.Base,
	"Clean":        filepath.Clean,
	"Dir":          filepath.Dir,
	"EvalSymlinks": filepath.EvalSymlinks,
	"Ext":          filepath.Ext,
	"FromSlash":    filepath.FromSlash,
	"Glob":         filepath.Glob,
	"HasPrefix":    filepath.HasPrefix,
	"IsAbs":        filepath.IsAbs,
	"join":         filepath.Join,
	"Join":         filepath.Join,
	"Match":        filepath.Match,
	"Rel":          filepath.Rel,
	"Split":        filepath.Split,
	"SplitList":    filepath.SplitList,
	"ToSlash":      filepath.ToSlash,
	"VolumeName":   filepath.VolumeName,
	"Walk":         filepath.Walk,
}

Exports is the export table of this 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