@JoseJ escreveu:
Como Copiar Arquivos? É bem simples, Vamos lá!
Copiar:private void copiar(String endereco) throws IOException byte[] leitura = Files.readAllBytes(endereco); FileOutputStream output = new FileOutputStream( "Arquivo que será escrito, ex: C:/guj.mp3"); fop.write(leitura);
Mensagens: 2
Participantes: 2