Documentation ¶
Index ¶
- Variables
- func CheckInstalledMods() (map[string]bool, error)
- func CreateDirectory(name string) error
- func FindFilePaths(repo billy.Filesystem, ext string) []string
- func FindKspPath(home string) (string, error)
- func FindKspVersion(fp string) *version.Version
- func UnzipFile(f *zip.File, filePath string) error
- func WalkDir(repo billy.Filesystem, root string, fn fs.WalkDirFunc) error
- type WalkFunc
Constants ¶
This section is empty.
Variables ¶
View Source
var SkipDir error = fs.SkipDir
Functions ¶
func CheckInstalledMods ¶
func CreateDirectory ¶
CreateDirectory creates a new directory given a name.
func FindFilePaths ¶
Walks dir in billy.Filesystem
func FindKspVersion ¶
func FindKspVersion(fp string) *version.Version
Find version of installed KSP.
Types ¶
Click to show internal directories.
Click to hide internal directories.