But the syntax says that I will give it a source filename and a destination filename. If they are in the same path, then it wouldn't it effectively rename it? I know it works that way in XP.
And even if that WILL work, does it copy the file as it's moving it--rather than simply renaming it? If it does, that defeats my purpose of trying to find a fast way to get a new filename--when I'm working in a (slow) compact framework environment.
I guess one alternative would be to use a rename command command. Does one exist in this environment where I am developing code for a compact smart device?
Main Topics
Browse All Topics





by: game-masterPosted on 2009-11-06 at 17:39:27ID: 25764574
it is different...
file.move your moving the file to other directory...
file.rename your renaming the file itself on the same directory..
game-master