Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Combine ¶
Combine creates a path from the parent combined with the relative path. The relative path is a file system path so should only contain forward slashes, not the standard file path separator as denoted by filepath.Separator, typically used when interacting with the local file system. Do not use trailing "/".
func CustomTree ¶
func CustomTree(index, element string, verbose bool, portions ...string, ) (fS *luna.MemFS, err error)
CustomTree is a luna.MemFS factory, equivalent to Nuxx that is populated by an alternative xml file. index is the full path the xml index file and tree is the name of the root element in the file (for Nuxx, this would be "MUSICO"). The tree can be filtered by specifying 'portions'.
Types ¶
type IOProvider ¶
type IOProvider struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.