VB Code:
  1. FileCopy(strSource, strDestination)

This is the way i know to copy one file from one directory to other. But how about copying multiple files? Like copying *.txt from Folder1 to Folder2.

pls guide

regards