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