SecureBlackbox 2020 iOS Edition

Questions / Feedback?

outputPath (property)

A local path to extract the files to.

Syntax

@property (nonatomic,readwrite,assign,getter=outputPath,setter=setOutputPath:) NSString* outputPath;
- (NSString*)outputPath;
- (void)setOutputPath:(NSString*)newOutputPath;
public var outputPath: String {
  get {...}
set {...} }

Default Value

""

Remarks

Assign this property with a path where the extracted files (selected according to ExtractionMode criteria) are to be saved.

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