• auto clean tmpin folder

    From Sean Rima@2:263/1.1 to All on Sun Aug 25 12:20:32 2024
    I am finding that when htick tries to find the file_id.diz file that it leaves all the unzipped files in the tmpin folder.

    Is there a way to stop this. Brain dead at the moment. Or unzip to another folder to get the file_id.diz file

    Sean
    Sean Rima
    There Can Only Be 1
    --- AfterShock/Android 1.7.5
    * Origin: Tcob1 (2:263/1.1)
  • From Konstantin Kuzov@2:5019/40 to Sean Rima on Mon Aug 26 17:19:26 2024
    Hello Sean!

    25 €¢£ 24, Sean Rima wrote to All:

    I am finding that when htick tries to find the file_id.diz file that
    it leaves all the unzipped files in the tmpin folder.

    Is there a way to stop this. Brain dead at the moment. Or unzip to
    another folder to get the file_id.diz file

    Just to clarify: are all files from archive unpacking to temporary inbound and after that only file_id.diz is removed? That could only happen if you use external zip and your Unpack statement doesn't contain $f. If you don't include $f that will instruct unpacker to unpack entire archive instead of unpacking only files specified in FileDescName. It should look something like this:
    Unpack "/usr/bin/unzip -joLqq $a -d $p $f" 0 504b0304

    Best of luck, Konstantin.

    ... GoldED+/LNX 1.1.5 (Linux 6.6.39-1-lts CPU UNKNOWN)
    --- #[EMail: Master.NoSFeRaTU[@]Gmail.com] [Kumi Nyaa]#
    * Origin: GaNJaNET STaTi0N (2:5019/40)
  • From Sean Rima@2:263/1.1 to Konstantin Kuzov on Mon Aug 26 16:33:23 2024

    Hello Sean!

    25 ??? 24, Sean Rima wrote to All:

    I am finding that when htick tries to find the file_id.diz file that
    it leaves all the unzipped files in the tmpin folder.

    Is there a way to stop this. Brain dead at the moment. Or unzip to
    another folder to get the file_id.diz file

    Just to clarify: are all files from archive unpacking to temporary inbound and after that only file_id.diz is removed? That could only happen if you use external zip and your Unpack statement doesn't contain $f. If you don't include $f that will instruct unpacker to unpack entire archive instead of unpacking only files specified in FileDescName. It should look something like this: Unpack "/usr/bin/unzip -joLqq $a -d $p $f" 0 504b0304

    Ah maybe that is the issue. I will check it now

    Sean Rima
    There Can Only Be 1
    --- AfterShock/Android 1.7.5
    * Origin: Tcob1 (2:263/1.1)
  • From Sean Rima@2:263/1.1 to Konstantin Kuzov on Fri Aug 30 10:52:13 2024
    Konstantin,

    I am finding that when htick tries to find the file_id.diz file that
    it leaves all the unzipped files in the tmpin folder.

    Is there a way to stop this. Brain dead at the moment. Or unzip to
    another folder to get the file_id.diz file

    Just to clarify: are all files from archive unpacking to temporary inbound and after that only file_id.diz is removed? That could only happen if you use external zip and your Unpack statement doesn't contain $f. If you don't include $f that will instruct unpacker to unpack entire archive instead of unpacking only files specified in FileDescName. It should look something like this: Unpack "/usr/bin/unzip -joLqq $a -d $p $f" 0 504b0304

    Thank you for that. It sorted the issue.

    Sean Rima
    There Can Only Be 1
    --- AfterShock/Android 1.7.5
    * Origin: Tcob1 (2:263/1.1)