Contents

select(_:byExtendingSelection:)

Invoked to select the specified files, extending the selection if specified.

Declaration

func select(_ indexes: IndexSet!, byExtendingSelection extend: Bool)

Parameters

  • indexes:

    The indexes of the files to select.

  • extend:

    True if the selection should be extended, otherwise False.

See Also

Selection Management