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