openAny

    The dialog allows selecting one file or directory.

    FileDialog.swift:28
    case openAny

    Other cases

    • case openFile

      The dialog allows selecting one, and only one file.

    • case openFiles

      The dialog allows selecting multiple files.

    • case openDir

      The dialog only allows selecting a directory, disallowing the selection of any file.

    • case saveFile

      The dialog will warn when a file exists.