Auto increment file name

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How do you name a file so that if you try to save a new file with same name
it will automatically append a sequential number to the file name?
 
You would need to "build" some method of tracking, recording and
retrieving the last used number.
 
Back
Top