When adding folders to RAR archives through the Add Folder action, subfolders are not added. Reproducible: Always Steps to Reproduce: 1. Open/create a RAR archive. 2. Select Add Folder from Archive menu and select any folder that contains subfolders. 3. OR drag a folder containing subfolders to the archive. Actual Results: Any subfolders are not added to the archive. Expected Results: Any subfolders should get added to the archive including their files.
Git commit ad31f89e60ec7b6c9198348463530d5787bacadc by Ragnar Thomsen. Committed on 18/07/2016 at 16:43. Pushed by rthomsen into branch 'Applications/16.08'. Fix adding subfolders to RAR archives When adding folders to RAR archives, any subfolders were not added. This was due to a trailing slash added to the path of subfolders, which caused rar to not add these to the archive. FIXED-IN: 16.08.0 Differential Revision: D2197 M +2 -13 part/part.cpp http://commits.kde.org/ark/ad31f89e60ec7b6c9198348463530d5787bacadc