Forum Discussion
ForbinCSD
4 years agoContributor
@peter - search the community site here for questions about file access and you’ll see several examples of how to access directories and files. If you don’t find what you need, ask here again, but do look there first.
Unfortunately, RAR is a proprietary format. So while your script snap will contain Python or Javascript similar to the above, you’ll need a RAR-specific package… and probably a stand alone executable on your Snaplex node that understands RAR: 7zip
and unrar
are two possibilities.
What OS do you run your Snaplex(es) on?
–forbin
ForbinCSD
4 years agoContributor
Here are some python packages that support RAR (if python is your thing; it isn’t mine).
https://rarfile.readthedocs.io/api.html
Also, Stack Overflow is [sometimes] your friend: