Answered
AppleScript - Folders and SubFolders --> INDD Count and Name
Dear All,
My request is, user has to select the Main Folder, but the script loop via sub folders and get the InDD file name, count etc..
So far, I got the script for the Main Folder InDesign Count only.
Any help is very appreciable..
tell application "Finder"
set theList to files of folder (choose folder) whose name extension is in {"indd", "INDD", "idml", "IDML"}
length of theList
end tell
