Documentation ¶
Index ¶
- Constants
- func CleanPath(p string) string
- type File
- func (a File) GetDestFileOnly(baseDestination string) string
- func (a File) GetDestWithPath(baseDestination string) string
- func (a File) GetKeyMap() string
- func (a File) Matching(containt string) bool
- func (a File) MatchingFullPath(containt string) bool
- func (a File) Regex(regex string) bool
- func (a File) RegexFullPath(regex string) bool
Constants ¶
View Source
const ( MinPkgArchive = liberr.MinPkgArchive MinPkgArchiveBZ2 = MinPkgArchive + 20 MinPkgArchiveGZip = MinPkgArchiveBZ2 + 20 MinPkgArchiveTar = MinPkgArchiveGZip + 20 MinPkgArchiveZip = MinPkgArchiveTar + 20 )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type File ¶
func NewFileFullPath ¶
func (File) GetDestFileOnly ¶
func (File) GetDestWithPath ¶
func (File) MatchingFullPath ¶
func (File) RegexFullPath ¶
Click to show internal directories.
Click to hide internal directories.