Documentation ¶
Overview ¶
Package gofile is file and directory management libraries.
Index ¶
- func CreateDir(dir string) error
- func FindAllSubBytes(data []byte, start []byte, end []byte) [][]byte
- func FindSubBytes(data []byte, start []byte, end []byte) []byte
- func FindSubBytesNotIn(data []byte, start []byte, end []byte) []byte
- func FuzzyMatchFiles(f string) []string
- func GetFileDir(filePath string) string
- func GetFilename(filePath string) string
- func GetFilenameWithoutSuffix(filePath string) string
- func GetPathDelimiter() string
- func GetRunPath() string
- func IsExists(f string) bool
- func IsWindows() bool
- func Join(elem ...string) string
- func ListDirsAndFiles(dirPath string) (map[string][]string, error)
- func ListFiles(dirPath string, opts ...Option) ([]string, error)
- type Option
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FindAllSubBytes ¶ added in v1.5.1
FindAllSubBytes find all substrings, including start and end marks
func FindSubBytes ¶
FindSubBytes find first substrings, including start and end marks
func FindSubBytesNotIn ¶
FindSubBytesNotIn find substrings, excluding start and end tags
func FuzzyMatchFiles ¶ added in v1.2.0
FuzzyMatchFiles fuzzy matching of documents, * only
func GetFilenameWithoutSuffix ¶ added in v1.2.0
GetFilenameWithoutSuffix get file name without suffix
func GetPathDelimiter ¶
func GetPathDelimiter() string
GetPathDelimiter get separator by system type
func GetRunPath ¶
func GetRunPath() string
GetRunPath get the absolute path of the program execution
func ListDirsAndFiles ¶
ListDirsAndFiles iterates through all subdirectories of the specified directory, returning the absolute path to the file
Types ¶
Click to show internal directories.
Click to hide internal directories.