windows - C# Copy list of files to another location with relative paths -


i have program lists number of files selected directory , in subdirectories.
list created lists specific selected files relative paths:

\blender-2.77-windows64\opencolorio.dll
\blender-2.77-windows64\pthreadvc2.dll

now want copy files target directory , create directories , subdirectories of relative paths aswell. have been looking around little bit couldn't find really. there specific method or can smart loop? please me!


Comments