hi,
how to copy files from one folder/directory to another folder/directory.

Ex:
because i am trying to import .xls files into sqlserver database. so for this i developed one package for importing files in a Batch. i am submitting TWO directory to DTS package.

i am created three folders/directories under
C:\ ONE TWO THREE
at runtime when i click the ONE folder i want to add all files to list Box(with check box facility).
when i check / selected files from list box i want to copy those files into TWO folder ,
after submitting the TWO folder to DTS package.
i want to delete .xls files from ONE and TWO before deleting i want to add all .xls files from ONE folder to Three foldre/directory.

bye.