September 17, 200223 yr Hi All, I have a script which allows me to select a folder and have each file's name imported into a separate record. What I need the script to do is also the the names of any files (and their path) within sub-folders. Here's what I have so far: --choose a folder with picture files activate set folderPath to (choose folder with prompt "Choose a folder with filenames to import
September 17, 200223 yr You need to set-up a ProcessFolder sub-routine that is called again when you script encounters a sub-folder. Something like... --choose a folder with picture files activate set folderAlias to (choose folder with prompt "Choose a folder with filenames to import
Create an account or sign in to comment