NSFileCoordinatorWritingContentIndependentMetadataOnly
Select this option when writing to change the file’s metadata only and not its contents.
ファイルの持つメタデータだけを変更してそれの内容はそうしない書き込みをする場合にこのオプションを選択してください。
Availability 有効性
Technology
typedef enum NSFileCoordinatorWritingOptions : NSUInteger
{
...
} NSFileCoordinatorWritingOptions;
You must specify only one constant at a time for a given write operation. あなたは、一度にただ1つの定数だけをある与えられた書き込み演算に対して指定しなければなりません。
NSFileCoordinatorWritingContentIndependentMetadataOnly