FileDialog.mode

The dialog's open or save mode, which affects the selection behavior. See enum Mode constants.

  1. FileDialog.Mode mode [@property getter]
  2. long mode [@property setter]
    struct FileDialog
    @nogc nothrow @property
    void
    mode
    (
    long v
    )

Meta