IPWorks OpenPGP 2020 iOS Edition

Questions / Feedback?

extractToPath (property)

Optional target directory for the self-extractor.

Syntax

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

Default Value

""

Remarks

If set to empty string (default), the self-extractor will attempt to extract files into a subdirectory of the directory it is being executed from.

The name of the subdirectory is derived from the name of the self-decrypting archive by removing its extension.

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