Documentation ¶
Overview ¶
Package tools contains different kind of tools to manage the files in the filesystem. The tools include tools to scan the Directories and SubDirectories in the target path.
Package tools contains different kind of tools to manage the files in the filesystem. The tools include tools to scan the Directories and SubDirectories in the target path.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ScanFolder ¶
ScanFolder scans the specified root path and SubDirectories searching for music files. It uses filepath to walk through the file tree and calls visit on every endpoint found.
func ScanPlaylistFolder ¶
ScanPlaylistFolder scans the specified root path and SubDirectories searching for playlist files. It uses filepath to walk through the file tree and calls visit on every endpoint found.
Types ¶
This section is empty.