I know that it didn't do everything desired, but I thought that it would be a good starting point. To do what you suggest would probably necessitate a separate subroutine that could be called recursively to deal with included folders, providing some indentation to differentiate levels. It should be fairly simple to refine; however, I leave it to those interested to do so. Norm Norman Cohen nacohen at mac.com "An adventure is only an inconvenience rightly considered. An inconvenience is an adventure wrongly considered." G. K. Chesterton On Jun 1, 2004, at 5:14 PM, Bruce Klutchko wrote: > Your script works well, but it's only halfway to a pro quality > program. It > needs to be able to open up folders within folders and report the paths > within. > > For example, if the directory is: > ~/Documents/George/Program1 > ~/Documents/George/Program2 > ~/Documents/George/Billy/ProgramA > > The script will return: > ~/Documents/George/Program1 > ~/Documents/George/Program2 > ~/Documents/George/Billy/ > > That is, the third line will not point to ProgramA inside folder Billy > inside folder George. > > Also, as it is presently set up, one must open the folder with the > directory > inside, and select all the files & folders within to drop onto the > script. > If you were to make it recursive, it should be possible to drop the > containing folder onto the script to get the directory. > > Of course, this script works well and it is a great idea. I'm just > suggesting what might make it a lot more useful. > > Thanks for the contribution. > -- > Bruce