filepicker_windows library
A Dart library that allows file and directory selection for Windows using common dialog controls.
Classes
- CustomPlace
-
A class that combines an
IShellItem
with a Place. - DirectoryPicker
- A picker that allows the user to select a directory from the file system.
- FileDialog
- An abstract class that represents a file dialog on Windows.
- OpenFilePicker
- A picker that allows the user to select a file from the file system.
- SaveFilePicker
- A picker that allows the user to save a file into the file system.
Enums
- Place
- Enum representing two possible places: top and bottom.
- WindowsKnownFolder
- Represents the documented Windows known folders.