Tag Archives: incremental filenames

Incremental Filenames

I was tinkering with a little program in C# this morning that needed to create incremental filenames instead of just overwriting the existing file.  As in: myfilename.htm -> myfilename_1.htm etc. So here is the rough and ready version of what … Continue reading

Posted in Programs, how to | Tagged , | Leave a comment