Hello,
I found a function called Rename, just simply Rename, that renames a file. It works, but is it bad to use that? Usually that seems to be the case with functions that aren't part of a namespace. Also, the user tries to rename a file to "////a//aa//" it will rename it to "aaa". I was hoping to have it do a literal renaming, which would break in that case, which I would handle.

So, does anyone know of a better way to do renaming in 2003? The examples I found were in 2005.