1
When I do a Sysout of my variable type File, I get this output:
[Ljava.lang.String;@3e92957f
And my sysout is like this:
System.out.println(entrada.getPath() + " " + saida.getPath());
The funny thing is that in saida.getPath()
the exit is exactly what I want. Someone knows why?