FileDialog class abstract

An abstract class that represents a file dialog on Windows.

Implementers

Constructors

FileDialog()

Properties

addToRecentDocuments bool
Whether to add the item being opened or saved to the recent documents list.
getter/setter pair
customPlaces List<CustomPlace>
A list of custom places.
final
defaultExtension String?
The default extension to be added to file names.
getter/setter pair
defaultFilterIndex int?
Which entry in the filterSpecification is shown by default. Typically this is the first entry shown.
getter/setter pair
Whether shortcuts should be treated as their target items.
getter/setter pair
fileMustExist bool
The item returned must exist.
getter/setter pair
fileName String
The file name that appears in the File name edit box when that dialog box is opened.
getter/setter pair
fileNameLabel String
The text of the label next to the file name edit box.
getter/setter pair
filterSpecification Map<String, String>
The filter for the file types shown.
getter/setter pair
forceFileSystemItems bool
Ensure that returned items are file system items.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hidePinnedPlaces bool
Hide all of the standard namespace locations (such as Favorites, Libraries, Computer, and Network) shown in the navigation pane.
getter/setter pair
hWndOwner int
HWND of dialog.
getter/setter pair
isDirectoryFixed bool
Don't change the current working directory.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showHiddenAndSystemItems bool
Include hidden and system items.
getter/setter pair
title String
The title of the dialog.
getter/setter pair

Methods

addPlace(WindowsKnownFolder folder, Place location) → void
Add a known folder to the Quick Access list.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited