Contents

mayAlreadyExist

An option that indicates the changes may already exist in your remote storage.

Declaration

static var mayAlreadyExist: NSFileProviderModifyItemOptions { get }

Discussion

This option applies when moving the item to a location where it may refer to an item that already exists. This situation may occur when merging two directories together.

See Also

Choosing Modify Item Options