I haven't looked at 2.4 yet so perhaps this has already been addressed, but something that would be helpful would be in the procedure to get the files of a certain folder.  At present, it is something like this:

  put the directory into oldDirectory
  set the directory to "c:/myFolder1/myFolder2"
  put the files into myFiles
  set the directory to oldDirectory

It would be nice to simply write something like:

  put the files of "c:/myFolder1/myFolder2" into myFiles

Any possibility here, Scott?

Philip Chumbley

Reply via email to