Documentation
¶
Index ¶
- Constants
- type Path
- func (p *Path) ChangeDir(relative string) error
- func (p Path) ContentType() (string, error)
- func (p *Path) ExpectDir(dir bool) error
- func (p Path) GetRelativePath(relative string, exists bool) (*Path, error)
- func (p *Path) ListDir(showDotted bool) (list []os.FileInfo, error error)
- func (p *Path) MkDir(mayExists bool) error
- func (p Path) Times(time time.Time) error
- type PathError
- type VPath
Constants ¶
View Source
const ( NotExists = iota + 1 NoDir NoFile )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Path ¶
type Path struct {
General string
}
func (Path) ContentType ¶
func (Path) GetRelativePath ¶
type VPath ¶
func (*VPath) CurrentDir ¶
Click to show internal directories.
Click to hide internal directories.