SecureBlackbox 2020 iOS Edition

Questions / Feedback?

tempDir (property)

The temporary path to use.

Syntax

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

Default Value

""

Remarks

During its work, the class might benefit from creating temporary files. Use this property to provide the location where temporary files can be stored.

If no temporary directory is provided, all the temporary information will be stored in memory.

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