Extracts one archive entry into destination file path.
| archive |
archive path. |
| entry |
archive entry path. |
| dest |
destination file path. |
|
Result.ok(true) on success, or Result.error(ZipError) on failure. |