Preparing search index...

    Interface for file and message dialogs.

    Hierarchy (View Summary)

    Index

    Constructors

    Methods

    • Returns true if the object is of the specified type.

      Parameters

      • type: string

      Returns boolean

    • Open a file selection dialog allowing multiple selections and return an array of selected file paths.

      Parameters

      Returns Path[]

    • Open a file selection dialog and return the selected file path.

      Parameters

      Returns Path

    • Open a file save dialog and return the selected file path.

      Parameters

      Returns Path

    • Returns selected path, or an empty path if the dialog was cancelled.

      Parameters

      Returns Path

    • Open a folder selection dialog for saving and return the selected folder path.

      Parameters

      Returns Path