I'm currently making system call to "unrar and zip" commands. It interrupts and requires me to enter password while encounter password propected archives.
Is it possible to let it run and return a "unsuccessful" value to main program on any error or password prompt?
Can we natively use rarfile and zipfile library to do the job without creating any temporary files?