ExtractToPath Property
Optional target directory for the self-extractor.
Object Oriented Interface
public function getExtractToPath(); public function setExtractToPath($value);
Procedural Interface
ipworksopenpgp_sda_get($res, 5 ); ipworksopenpgp_sda_set($res, 5, $value );
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.
Data Type
String