jviana Posted June 6, 2012 at 06:34 PM Report Share #461019 Posted June 6, 2012 at 06:34 PM Bom dia, gostava de saber como e que eu posso saber qual e o meu destino exato do meu ficheiro usando o metodo copyto Codigo: Dim fileficheiro = New FileInfo(ficheiro) fileficheiro.CopyTo(Path.Combine(Form1.pastadasmusicas, fileficheiro.Name), True) Peço que me ajudem. Learning VB.Net HTML C/C++ Link to comment Share on other sites More sharing options...
petvetbr Posted June 6, 2012 at 07:59 PM Report Share #461038 Posted June 6, 2012 at 07:59 PM (edited) Isto aqui retornar o caminho completo do destino: Path.Combine(Form1.pastadasmusicas, fileficheiro.Name) Edited June 6, 2012 at 07:59 PM by petvetbr Fernando Lage Bastos - MCP/MCTS/MCPD Link to comment Share on other sites More sharing options...
jviana Posted June 7, 2012 at 06:37 AM Author Report Share #461143 Posted June 7, 2012 at 06:37 AM Muito Obrigado!! Learning VB.Net HTML C/C++ Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now