package
0.0.0-20130121074735-1d03baafba06
Repository: https://github.com/icattlecoder/go.git
Documentation: pkg.go.dev

# Packages

Package filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths.

# Functions

Base returns the last element of path.
Clean returns the shortest path name equivalent to path by purely lexical processing.
Dir returns all but the last element of path, typically the path's directory.
Ext returns the file name extension used by path.
IsAbs returns true if the path is absolute.
Join joins any number of path elements into a single path, adding a separating slash if necessary.
Match returns true if name matches the shell file name pattern.
Split splits path immediately following the final slash.

# Variables

ErrBadPattern indicates a globbing pattern was malformed.