overwrite (property)

Whether the output file should be overwritten if necessary.

Syntax

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

Default Value

FALSE

Remarks

This property controls whether the specified OutputFile should be overwritten if it already exists.

Copyright (c) 2022 /n software inc. - All rights reserved.
Cloud Keys 2020 iOS Edition - Version 20.0 [Build 8157]