hi there.

I thought i had this working but apperently not, i need to create folders (and subfolders in those folders) and copy files from them to a destination

how can i do this? I know there is a class in .NET where i can create/remove/copy files/folders but how do i create the subdirs in the "current" folder?

so for each folder there is in current directory, copy files in it, create the sub dirs, go into it, copy files.....and so on...