-2

I'm trying to create a program that repeatedly copies a file to test a flash drive's true size. Since overwriting a file isnt allowed, how would i name the files that go to the destination differently so that i could copy it multiple times?

Progman
  • 16,827
  • 6
  • 33
  • 48

1 Answers1

0

I would append your loop variable to the end of your destination file name

Kevin
  • 7,162
  • 11
  • 46
  • 70