Quote Originally Posted by i00 View Post
Your problem is this:

Now.ToString((myFile) + "MM-dd-yyyy"))

as this is formatting Now to "VolvoPentaMM-dd-yyyy" ...
Believe it or nnot, it will still work... the date portion will actually format out to the date it should. But it should be noted that ANY part of the text that is in that string WILL be formatted... so the 'n' in Penta will come out with the month in it.


-tg