paths

package
v1.0.0-pr1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 27, 2019 License: GPL-3.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ModsDir = path.Join(SMLauncherDir, "DownloadedMods")
View Source
var SMLauncherDir = path.Join(os.Getenv("LOCALAPPDATA"), "SatisfactoryModLauncher")

Functions

func CopyFile

func CopyFile(src, dst string) (err error)

CopyFile copies a file from src to dst. If src and dst files exist, and are the same, then return success. Otherise, attempt to create a hard link between the two files. If that fail, copy the file contents from src to dst.

func Exists

func Exists(path string) bool

Exists returns true if the path exists

func Init

func Init()

Init initializes this module

func IsEmpty

func IsEmpty(name string) (bool, error)

IsEmpty returns true if the folder is empty

func ModDir

func ModDir(modID string) string

ModDir returns the path the mod should be downloaded to and creates it if it doesn't exist

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL