If the move is on the same drive then move is much faster as the only
operation that needs to be performed is an update to the file table. The
actual bytes on the HD don't need to actually be written. For a copy,
obviously a full new copy of the file needs to be made so that is slower.
If you are talking copy vs move to a different HD then the data transfer
speed should be the same either way, but the copy operation will complete
faster as it doesn't also have to remove the file from the original
location.
--
Tom Porterfield
MS-MVP Windows
http://support.telop.org
Please post all follow-ups to the newsgroup only.