Quote:
Originally Posted by sherbee
Is possible to get 'extract to' value from Archive extractor setting?
|
I am assuming you are asking this with respect to archives extracted manually.
From what I know, manual extraction will use "Subfolder pattern" from archive extractor setting wherever possible (e.g. %ARCHIVENAME%, $DATE:dd.MM.yyyy$), but it does not use the "Extract to" folder setting from it.
The files will be extracted to the same location as the archive, which can be accessed by the "var myString = myArchive.getExtractToFolder();" method.
If you haven't found a solution to replace your existing script, it is possible to do it using the extracted file paths method. Let me know if you need any help with it.