Fyne API "fyne.ListableURI"
fyne.ListableURI
import "fyne.io/fyne/v2"
Usage
type ListableURI
type ListableURI interface {
URI
// List returns a list of child URIs of this URI.
List() ([]URI, error)
}
ListableURI represents a URI that can have child items, most commonly a directory on disk in the native filesystem.
Since:
1.4