Contents

openInPlace

A Boolean value that indicates whether you should open the URL at its current location instead of copying it to your app’s container.

Declaration

var openInPlace: Bool { get }

Discussion

When the value of this property is false, copy the document to your app’s container before opening the file. When the value of this property is true, open the existing URL in its current location.