Documentation
¶
Overview ¶
Package with reusable code for discovery of files and other reusable stuff like universal ini reader
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Filesystem ¶
type Filesystem struct {
Files []*file.File
Hashmap map[utils_types.FilePath]*file.File
HashmapDirPath map[utils_types.FilePath]*file.File
}
var FreelancerFolder Filesystem
func FindConfigs ¶
func FindConfigs(folderpath utils_types.FilePath) *Filesystem
func (Filesystem) GetFile ¶
func (file1system Filesystem) GetFile(file1names ...utils_types.FilePath) *file.File
func (Filesystem) GetFile2 ¶ added in v1.100.0
func (file1system Filesystem) GetFile2(file1names ...utils_types.FilePath) *file.File
Click to show internal directories.
Click to hide internal directories.