fileToExecute (property)

Optional file to execute (open) after the archive is extracted.

Syntax

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

Default Value

"."

Remarks

This property specifies an executable file which will be run after the archive has completed decompressing. This must be a relative path to a file located within ExtractToPath. If this property is set to ".", the folder to which the archive has been decompressed will open in Windows Explorer. If this property is set to "" (empty string), the extractor will close and take no action.

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