Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AppDir ¶
func AppDir() string
AppDir returns the absolute path to the default BitBox desktop app directory in the user standard config location.
func DownloadsDir ¶
DownloadsDir returns the absolute path to the Downloads folder in the home folder.
Types ¶
type File ¶
type File struct {
// contains filtered or unexported fields
}
File models a config file in the application's directory. Callers can use AppDir function to obtain the default app config dir.
func (*File) Exists ¶
Exists checks whether the file exists with suitable permissions as a file and not as a directory.
Click to show internal directories.
Click to hide internal directories.