Documentation ¶
Index ¶
- Constants
- Variables
- type FilePath
- func (fp FilePath) Abs() (FilePath, error)
- func (fp FilePath) Base() string
- func (fp FilePath) Clean() FilePath
- func (fp FilePath) Dir() FilePath
- func (fp FilePath) EvalSymlinks() (FilePath, error)
- func (fp FilePath) Ext() string
- func (fp FilePath) IsAbs() bool
- func (fp FilePath) Join(elem ...string) FilePath
- func (fp FilePath) Match(pattern string) (matched bool, err error)
- func (fp FilePath) Rel(target FilePath) (FilePath, error)
- func (fp FilePath) Split() (dir FilePath, file string)
- func (fp FilePath) String() string
- func (fp FilePath) ToSlash() string
- func (fp FilePath) VolumeName() string
- func (fp FilePath) Walk(fn WalkFunc) error
- type List
- type WalkFunc
Constants ¶
View Source
const ( Separator = filepath.Separator ListSeparator = filepath.ListSeparator )
Variables ¶
View Source
var ( ErrBadPattern = filepath.ErrBadPattern SkipDir = filepath.SkipDir )
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.