public final class NSFileManagerItemReplacementOptions
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static long |
UsingNewMetadataOnly
NSFileManagerItemReplacementUsingNewMetadataOnly causes -replaceItemAtURL:withItemAtURL:backupItemName:options:resultingItemURL:error: to use metadata from the new item only and not to attempt to preserve metadata from the original item.
|
static long |
WithoutDeletingBackupItem
NSFileManagerItemReplacementWithoutDeletingBackupItem causes -replaceItemAtURL:withItemAtURL:backupItemName:options:resultingItemURL:error: to leave the backup item in place after a successful replacement.
|
public static final long UsingNewMetadataOnly
public static final long WithoutDeletingBackupItem