Contents

activateFileViewerSelecting(_:)

Activates the Finder, and opens one or more windows selecting the specified files.

Declaration

func activateFileViewerSelecting(_ fileURLs: [URL])

Parameters

  • fileURLs:

    The files to select and display in the Finder.

Discussion

You can safely call this method from any thread of your app.

See Also

Manipulating Files