Also, a quick note. I noticed that due to the changes in pathname parsing, now if you if want to find all files in a directory, you should use (directory "*.*"). If you use (directory "*") you'll only get files that have blank extensions. Dustin