overwrite (property)

Controls whether created file(s) should overwrite already existing file(s).

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 created file(s) should overwrite already existing file(s). Note that more than one file may be created during uuencoding.

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