var url: URL
var localizedName : String?
var localizedNameOfSavingComputer : String?
var modificationDate : Date?
var persistentIdentifier : NSCoding
Availability 有効性
Technology
var isDiscardable: Bool
{ get set }
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 true
, do not set this property to false
again. Doing so causes the system to raise an exception. In addition, if you set this property to true
for the version of the file returned by the current
method, the system raises an exception.
このプロパティをtrue
に設定した後、このプロパティを再びfalse
に設定しないてください。そうすることは、システムが例外を引き起こす原因となります。加えて、あなたがこのプロパティをtrue
に設定することをcurrent
メソッドによって返されるファイルのバージョンに対して行うならば、システムは例外を引き起こします。
var url: URL
var localizedName : String?
var localizedNameOfSavingComputer : String?
var modificationDate : Date?
var persistentIdentifier : NSCoding
class func removeOtherVersionsOfItem (at: URL)
func remove()