Hello every one,
is it possible to get files from a file list display with System.out.println.
I mean for example if you code something like:
System.out.println("file.getName");
Then you get a file list.
After how could we use this file list to for example copy or move or anything else with these files?
Thank you