readOnly (property)

Whether the virtual drive should be mounted in read-only mode.

Syntax

@property (nonatomic,readwrite,assign,getter=readOnly,setter=setReadOnly:) BOOL readOnly;
- (BOOL)readOnly;
- (void)setReadOnly:(BOOL)newReadOnly;
public var readOnly: Bool {
  get {...}
set {...} }

Default Value

FALSE

Remarks

This property specifies whether the class should mount the virtual drive in read-only mode when MountMedia is called.

Note: This property cannot be changed when Active is true.

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