Documentation ¶
Index ¶
- Variables
- type Path
- func (p Path) Base() string
- func (p Path) Clean() Path
- func (p Path) Dir() Path
- func (p Path) Ext() string
- func (p Path) IsAbs() bool
- func (p Path) Join(elem ...string) Path
- func (p Path) Match(pattern string) (matched bool, err error)
- func (p Path) Split() (dir Path, file string)
- func (p Path) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrBadPattern = path.ErrBadPattern
)
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.