Abstract Avatars for All Creative Profile UseMatt Houserhttps://www.figma.com/community/file/1249154526125777853https://creativecommons.org/licenses/by/4.0/Remix of “Abstract Avatars for All Creative Profile Use” (https://www.figma.com/community/file/1249154526125777853) by “Matt Houser”, licensed under “CC BY 4.0” (https://creativecommons.org/licenses/by/4.0/)GuestAugust 21, 2005 at 11:53 AM#Detecting Empty FoldersI'm trying to detect all empty folders, subfolders, etc... under a specified directory in order to delete them. I understand this involves a loop but I don't know how to do it. Any assistance provided is appreciated.
Abstract Avatars for All Creative Profile UseMatt Houserhttps://www.figma.com/community/file/1249154526125777853https://creativecommons.org/licenses/by/4.0/Remix of “Abstract Avatars for All Creative Profile Use” (https://www.figma.com/community/file/1249154526125777853) by “Matt Houser”, licensed under “CC BY 4.0” (https://creativecommons.org/licenses/by/4.0/)YathoshoAugust 21, 2005 at 12:44 PM#IfFileExists "MyFolder\*.*" Exists DontExists if this is not good enough, have a look at these