Contents

Privileged File Operations

An entitlement that permits apps to create symbolic links, replace files, and set file attributes.

Discussion

Add this entitlement to your app before you call requestAuthorization(to:completionHandler:) to request permission to perform privileged file operations. If someone grants your app permission, pass the authorization you receive to init(authorization:) and use the FileManager you create to perform the operation.

To request this entitlement for your app, fill out the request form.

See Also

Files and media