I use unrar lib on Mac OS. I can't unrar bundles inside archive. I have a bundle - Mybundle.component inside the archive. During extracting the files I come across, say, the file like
MyArchive/Mybudle.component/Contents/myfile.file
which I need to place by path
/Users/MyUser/Unarchived/Mybudle.component/Contents/myfile.file
For this purpose I use RARProcessFile. It works if /Users/MyUser/Unarchived/Mybudle.component exists. How can I "extract bundle"?