Documentation
¶
Overview ¶
Package folderpicker opens the host desktop's native folder chooser when one is available. Callers must always keep a typed-path fallback: servers and minimal desktop installs commonly have no graphical session or picker tool.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrUnavailable = errors.New("graphical folder chooser is unavailable") // ErrCancelled means the chooser was closed without selecting a folder. ErrCancelled = errors.New("folder selection was canceled") )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.