Documentation ¶
Index ¶
- type Wrapper
- func (it *Wrapper) BothExtensions() (dotExt, ext string)
- func (it *Wrapper) DirStatus() *errbool.Result
- func (it *Wrapper) DotExtension() string
- func (it *Wrapper) Extension() string
- func (it *Wrapper) ExtensionWrapper() *pathext.Wrapper
- func (it *Wrapper) GetAFilePath(separator string, nesting ...string) Wrapper
- func (it *Wrapper) GetAFilePathAsString(separator string, nesting ...string) string
- func (it *Wrapper) GetAllPaths(separator string) *errstr.Results
- func (it *Wrapper) GetAllPathsDefault() *errstr.Results
- func (it *Wrapper) GetBaseDir() string
- func (it *Wrapper) GetDirFileInfos() (*[]os.FileInfo, *errorwrapper.Wrapper)
- func (it *Wrapper) GetDirectories(separator string) *errstr.Results
- func (it *Wrapper) GetDirectoriesDefault() *errstr.Results
- func (it *Wrapper) GetDirectory() *errstr.Result
- func (it *Wrapper) GetFileInfo() (os.FileInfo, *errorwrapper.Wrapper)
- func (it *Wrapper) GetFiles(separator string) *errstr.Results
- func (it *Wrapper) GetFilesDefault() *errstr.Results
- func (it *Wrapper) GetNestedDirectories(separator string, nesting ...string) *errstr.Results
- func (it *Wrapper) IsDir() bool
- func (it *Wrapper) IsExist() bool
- func (it *Wrapper) IsFile() bool
- func (it *Wrapper) Parent() *Wrapper
- func (it Wrapper) String() string
- func (it *Wrapper) Value() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Wrapper ¶
type Wrapper string
func (*Wrapper) BothExtensions ¶ added in v0.0.4
func (*Wrapper) DotExtension ¶
DotExtension .mp4 reference: https://stackoverflow.com/a/64122557
func (*Wrapper) Extension ¶
Extension mp4 reference: https://stackoverflow.com/a/64122557
func (*Wrapper) ExtensionWrapper ¶
func (*Wrapper) GetAFilePath ¶
GetAFilePath Get a file path combining file path.
func (*Wrapper) GetAFilePathAsString ¶ added in v0.0.4
func (*Wrapper) GetAllPaths ¶ added in v0.3.6
GetAllPaths Get all paths on that root path only, no nested or recursive visit.
func (*Wrapper) GetAllPathsDefault ¶ added in v0.3.6
func (*Wrapper) GetBaseDir ¶ added in v0.0.6
func (*Wrapper) GetDirFileInfos ¶ added in v0.3.6
func (it *Wrapper) GetDirFileInfos() ( *[]os.FileInfo, *errorwrapper.Wrapper, )
func (*Wrapper) GetDirectories ¶
GetDirectories Get all directory on that root path only, no nested or recursive visit.
func (*Wrapper) GetDirectoriesDefault ¶ added in v0.3.6
GetDirectoriesDefault Get all directory on that root path only, no nested or recursive visit.
func (*Wrapper) GetDirectory ¶
func (*Wrapper) GetFileInfo ¶
func (it *Wrapper) GetFileInfo() ( os.FileInfo, *errorwrapper.Wrapper, )
func (*Wrapper) GetFiles ¶
GetFiles Get all files on that root path only, no nested or recursive visit.
func (*Wrapper) GetFilesDefault ¶ added in v0.3.6
GetFilesDefault Get all files on that root path only, no nested or recursive visit.
func (*Wrapper) GetNestedDirectories ¶
Click to show internal directories.
Click to hide internal directories.