filepaths

package
v0.0.1-rc.2 Latest Latest
Warning

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

Go to latest
Published: Nov 18, 2022 License: GPL-3.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Path

type Path struct {
	PackageName string
	DirIn       string
	DirOut      string
	FnIn        string
	FnOut       string
	Env         string
	FilterFiles strings_filter.FilterOpts
}

func (*Path) FileInPath

func (p *Path) FileInPath() string

func (*Path) FileOutPath

func (p *Path) FileOutPath() string

func (*Path) LeftExtendDirInPath

func (p *Path) LeftExtendDirInPath(dirExtend string) string

func (*Path) LeftExtendDirOutPath

func (p *Path) LeftExtendDirOutPath(dirExtend string) string

func (*Path) ReadFileInPath

func (p *Path) ReadFileInPath() []byte

func (*Path) RightExtendDirInPath

func (p *Path) RightExtendDirInPath(dirExtend string) string

func (*Path) RightExtendDirOutPath

func (p *Path) RightExtendDirOutPath(dirExtend string) string

func (*Path) WriteFileInPath

func (p *Path) WriteFileInPath(data []byte) error

type Paths

type Paths struct {
	Slice []Path
}

func (*Paths) AddPathToSlice

func (ps *Paths) AddPathToSlice(p Path)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL