storagePresent (property)

Whether a virtual drive has been created.

Syntax

@property (nonatomic,readonly,assign,getter=storagePresent) BOOL storagePresent;
- (BOOL)storagePresent;
public var storagePresent: Bool {
  get {...}
}

Default Value

FALSE

Remarks

This property reflects whether a virtual drive has been created; it is automatically updated by the class whenever the virtual drive's presence changes (e.g., due to calls to CreateStorage, DeleteStorage, etc.).

This property is read-only.

Copyright (c) 2021 Callback Technologies, Inc. - All rights reserved.
CBFS Storage 2020 iOS Edition - Version 20.0 [Build 8031]