package files_window
Functions
Any
Creates a window allowing the person to select any file or folder
Files
Creates a window allowing the person to select a file with the given extensions
Folder
Creates a window allowing the person to select a folder
Types
FileWindow
struct
type FileWindow struct {
Dir []fs.DirEntry
Path string
Extensions []string
Folders bool
// Has unexported fields.
}