Documentation
¶
Overview ¶
Package files provides utilities for managing collections of files.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Files ¶
Files represents a collection of filesystem paths. Provides batch operations for working with multiple files.
func New ¶
New creates a Files collection from path strings. Joins each path with the provided directory to create full paths. Empty paths are skipped, and an empty directory uses paths as-is.
Click to show internal directories.
Click to hide internal directories.