This may sound like a bit of a dumb question, but why doesn't the File Copy Demo actually copy any files?
I just git cloned the samples and tried to run org.springframework.integration.samples.filecopy.T extFileCopyTest
This then just displays the directories.
Surely something called .filecopy.TextFileCopyTest should actually copy a file right?
The second problem that I am having is that the directories it displays are not as expected.
The output I get is:
Why is it outputting that Temp dir and not referencing my project directory?Code:Input directory is: D:\home\myuser\AppData\Local\Temp\spring-integration-samples\input Output directory is: D:\home\myuser\AppData\Local\Temp\spring-integration-samples\output ===================================================


Reply With Quote