Documentation ¶
Overview ¶
Package directories interacts with the filepaths that hold files and assets.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNoDir = errors.New("dir structure cannot be nil")
Functions ¶
func ArchiveExt ¶
ArchiveExt checks that the named file uses a known archive extension.
func PlaceHolders ¶
PlaceHolders generates a collection placeholder files in the UUID subdirectories.
Types ¶
type Dir ¶
type Dir struct { Img000 string // Img000 hold screen captures and previews. Img400 string // Img400 hold 400x400 squared thumbnails. Backup string // Backup archives or previously removed files. Emu string // Emu are the DOSee emulation files. Base string // Base or root directory path, the parent of these other subdirectories. UUID string // UUID file downloads. }
Dir is the collection of directories pointing to specific files.
Click to show internal directories.
Click to hide internal directories.