Properties Type
Union cases
| Union case |
Description
|
Full Usage:
CreateDirectory
|
Allow creating new directories from dialog. |
Full Usage:
DontAddToRecent
|
Do not add the item being opened to the recent documents list. |
Full Usage:
MultiSelections
|
Allow multiple paths to be selected. |
Full Usage:
NoResolveAliases
|
Disable the automatic alias (symlink) path resolution. Selected aliases will now return the alias path instead of their target path. |
Full Usage:
OpenDirectory
|
Allow directories to be selected. |
Full Usage:
OpenFile
|
Allow files to be selected. |
Full Usage:
PromptToCreate
|
Prompt for creation if the file path entered in the dialog does not exist. This does not actually create the file at the path but allows non-existent paths to be returned that should be created by the application. |
Full Usage:
ShowHiddenFiles
|
Show hidden files in dialog. |
Full Usage:
TreatPackageAsDirectory
|
Treat packages, such as .app folders, as a directory instead of a file. |
Instance members
| Instance member |
Description
|
Full Usage:
this.IsCreateDirectory
Returns: bool
|
|
Full Usage:
this.IsDontAddToRecent
Returns: bool
|
|
Full Usage:
this.IsMultiSelections
Returns: bool
|
|
Full Usage:
this.IsNoResolveAliases
Returns: bool
|
|
Full Usage:
this.IsOpenDirectory
Returns: bool
|
|
Full Usage:
this.IsOpenFile
Returns: bool
|
|
Full Usage:
this.IsPromptToCreate
Returns: bool
|
|
Full Usage:
this.IsShowHiddenFiles
Returns: bool
|
|
Full Usage:
this.IsTreatPackageAsDirectory
Returns: bool
|
|
fable-electron-docs-api