I am having an input folder say c:\files\input\
that contains my list of files that I am using.
How do I use the above to create say c:\files\output\
and copy the files from the input folder to the output folder?
My c:\files\input
is read from an object
, say
String inputFolder = dataMap.getString("folder");// this will get c:\files\input\