Enumeration 列挙

NSFileManagerItemReplacementOptions

Options for specifying the behavior of file replacement operations. ファイル置換操作の挙動を指定しているオプション。

Declaration 宣言

typedef enum NSFileManagerItemReplacementOptions : NSUInteger {
    ...
} NSFileManagerItemReplacementOptions;

Overview 概要

These options are used by replaceItemAtURL:withItemAtURL:backupItemName:options:resultingItemURL:error:. これらオプションは、replaceItemAtURL:withItemAtURL:backupItemName:options:resultingItemURL:error:によって使われます。

Topics 話題

Using File Replacement Options ファイル置換オプションを使う

See Also 参照

Replacing Items 項目を置き換える