usb copy

  1. B

    Question Correct path for System.IO.File.Copy

    Hi, i got to do a program in VB.NET that copies a file from a pc to a usb device. I use the method System.IO.File.Copy(FileToCopy, NewCopy) in which i have to specify the destination path. The problem is that when i change pc the destination can change: for example in my pc i read my USB...
Back
Top