Documentation ¶
Overview ¶
Package list contains list functions
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DirSorted ¶
func DirSorted(ctx context.Context, f fs.Fs, includeAll bool, dir string) (entries fs.DirEntries, err error)
DirSorted reads Object and *Dir into entries for the given Fs.
dir is the start directory, "" for root
If includeAll is specified all files will be added, otherwise only files and directories passing the filter will be added.
Files will be returned in sorted order
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.