You can simply use a For-each iteration to move through the array:
---
For each currFile as FileInfo in aryFiles
  'Move the file.
Next
---

Reply via email to