Class Fox::FXDirDialog
In: rdoc-sources/FXDirDialog.rb
Parent: FXDialogBox

Directory selection dialog

Methods

Attributes

dirBoxStyle  [RW]  Directory list style [Integer]
directory  [RW]  Directory [String]
matchMode  [RW]  Wildcard matching mode, some combination of file matching flags [Integer]

Public Class methods

Display a directory dialog with the specified owner window, caption string and initial path string. Return the selected directory name (a string) or nil if the dialog was cancelled.

Public Instance methods

If state is true, the directory list will show files as well as directories; otherwise, it will only show directories.

Return true if showing files as well as directories

If state is true, the directory list will show hidden files and directories; otherwise, it won‘t.

Return true if showing hidden files and directories

[Validate]