Search results for query: *

  1. B

    Question Correct path for System.IO.File.Copy

    Mh, sorry, i did not specify that my program has to find the correct path on his own, without asking me to select it. I thought of using recourisive scanning of the different drives (DriveInfo) and find a file created from me that tells it's the correct drive, but it would be very long because...
  2. 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