I am trying to move all files I have stored in a sub-directories to the Parent Directory they all belong to.
I am aware that this can be done through a shell script which could possibly be run through Java but was hoping for a method which could be done using Java by itself.
I'm initially using code from here: https://stackoverflow.com/a/26214647/5547474 to copy all files but it doesn't do everything I require.
Any help would be much appreciated, thanks!