Archives
Tags
activeX adjective advertising alfa romeo asbo car celebrities development djvu emails email size faceted browsing family history filezilla ftp Genealogy grammar homophones language limited bandwidth Linguistic morphology MIT moustache mpg muppets open source Parts of speech Phorm prostate cancer pseudo cleft punishment Seek sentence construction Simile software swedish chef tacheback tesco testicular cancer thunderbird top tips ubuntu value brand viking metal website
Tag Archives: C#
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