Create new folder and have it shown in the folder panel
In my plug-in I want to create an sub-directory in my photo folder and have shown in the Folder panel.
The first part was easy ...
LrFileUtils.createAllDirectories(destinationFolder)After creating it, it is of-course empty.
Question: how can I have this new folder shown in the Folder panel.
Even it I try "Synchronize Folder .." it does not show up.
