URL
localizedName
localizedNameOfSavingComputer
modificationDate
persistentIdentifier
Availability 有効性
Technology
@property(getter=isDiscardable) BOOL discardable;
Marking a file version as discardable gives the system the flexibility to reclaim the space, occupied by the associated file, at some future time. Do not, however, depend on the file being discarded. あるファイルバージョンを廃棄可能と印することは、システムに、その関連するファイルによってふさがっていた空間を再利用する柔軟性を与えます、いつか将来の時に。とはいえ、廃棄されるファイルに依存しないでください。
After setting this property to YES
, do not set this property to NO
again. Doing so causes the system to raise an exception. In addition, if you set this property to YES
for the version of the file returned by the current
method, the system raises an exception.
このプロパティをYES
に設定した後、このプロパティを再びNO
に設定しないてください。そうすることは、システムが例外を引き起こす原因となります。加えて、あなたがこのプロパティをYES
に設定することをcurrent
メソッドによって返されるファイルのバージョンに対して行うならば、システムは例外を引き起こします。
URL
localizedName
localizedNameOfSavingComputer
modificationDate
persistentIdentifier
+ removeOtherVersionsOfItemAtURL:error:
- removeAndReturnError: