Sorry for the confusion.......until this morning I was being confused myself.
I didn't quite have the spec in my hand yet :(
At any rate, what I need to do is copy a file from one place to another, and rename the file in the process (create a new file in a new location with a new name, but the same content as the origin file).
I know there are more than one ways to skin this cat, using FileStream, or using just Windows File copy (standard copying)......but I am not finding example implementations.....probably looking in the wrong place on MSDN :(
So that's what I am trying to do, thank you all for your patience! |