Hi Community,
des AEM allow you to download directories (folders) that are empty?
Example: you have directory A, where folders A1, A2, A3 and A4 are stored. Content (assets) are only in folders A2 and A3 - A1 and A4 are empty. I would like to get folders A1-A4 during a download and not just A2 and A3.
Is this possible, if so, how?
THX for input
Frank
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
@Frank0 : It does not download the folders which do not contain any assets. Only non-empty folders are downloaded.
If it is important for you to know what are empty folders, you can try to do this using a groovy script. You can refer previously accepted response here: https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/how-to-query-all-empty-fol...
thanks.
@Kamal_Kishor thanks for yout input.
The link in the post is dead but it might be good to know that there is something groovy. Let's see, maybe someone will find the script.
THX