Documentation ¶
Index ¶
- type AbsolutePathWrappers
- type PathWrappers
- func (p *PathWrappers) BaseName() string
- func (p *PathWrappers) Exists() bool
- func (p *PathWrappers) ExtendPath(pathExtension string) string
- func (p *PathWrappers) Initialise(pathString string)
- func (p *PathWrappers) ItemCount() int
- func (p *PathWrappers) Level() int
- func (p *PathWrappers) ListOfComponents() []string
- func (p *PathWrappers) Parent() *PathWrappers
- func (p *PathWrappers) PathString() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AbsolutePathWrappers ¶
type AbsolutePathWrappers struct {
PathWrappers
}
func (*AbsolutePathWrappers) AbsoluteLevel ¶
func (a *AbsolutePathWrappers) AbsoluteLevel() int
func (*AbsolutePathWrappers) AbsolutePathString ¶
func (a *AbsolutePathWrappers) AbsolutePathString() string
type PathWrappers ¶
func (*PathWrappers) BaseName ¶ added in v0.0.21
func (p *PathWrappers) BaseName() string
@property def base_name( self) \
func (*PathWrappers) Exists ¶ added in v0.0.21
func (p *PathWrappers) Exists() bool
def exists( self) \ -> bool:
func (*PathWrappers) ExtendPath ¶ added in v0.0.21
func (p *PathWrappers) ExtendPath( pathExtension string) string
def extend_path( self, path_extension: str) \
func (*PathWrappers) Initialise ¶ added in v0.0.21
func (p *PathWrappers) Initialise( pathString string)
func (*PathWrappers) ItemCount ¶ added in v0.0.21
func (p *PathWrappers) ItemCount() int
def item_count( self) \ -> int:
func (*PathWrappers) Level ¶ added in v0.0.21
func (p *PathWrappers) Level() int
@property def level( self) \ -> int:
func (*PathWrappers) ListOfComponents ¶ added in v0.0.21
func (p *PathWrappers) ListOfComponents() []string
def list_of_components(self):
func (*PathWrappers) Parent ¶ added in v0.0.21
func (p *PathWrappers) Parent() *PathWrappers
@property def parent(self):
func (*PathWrappers) PathString ¶
func (p *PathWrappers) PathString() string
@property def path_string( self) \ -> str:
Click to show internal directories.
Click to hide internal directories.