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/)hanen.jomaaSeptember 9, 2014 at 3:31 PM#locateHi, please can you help me ? iwant locate all subdirectories in my dir using ${Locate}, the problem I have just the first subDirectories, i can't look others How can I have all in the some function please? thx
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/)pengyouSeptember 10, 2014 at 7:15 AM#It would help if you supplied the code you used. I had no trouble getting a long list of nested subdirectories when I used the command: ${Locate} "D:\Demo" "/L=D" "Print_Sub_Dir_Name" ("Print_Sub_Dir_Name" was a simple function which just printed the name of the subdirectory)