Quote Originally Posted by bushmobile
i was under the impression that moving just changes where the file is indexed in the filesystem - no actual data is moved, and it's certainly not copied and killed (unless it's across drives, I guess) - thus Moving is faster than Copying
From an OS standpoint you are correct.

However, programmatically, from VB, you would have to use "FileCopy" and then "Kill" to perform a "Move"