//flex table opened by JP

Click to See Complete Forum and Search --> : why is CTRL X faster than CTRL C?


racronus
08-28-2002, 02:43 PM
When I copy a big file from a folder to another folder it's slower than cut and paste. Why is that?

AllGamer
08-28-2002, 02:51 PM
When you Copy a file
you are creating a new file

when you copy and Paste
you are just MOVING the file

that's why it's so quick

:D :t

racronus
08-28-2002, 04:52 PM
is that it passing by refference and passing by value in C++? Can someone explain in technical terms what happens? I'm just curious :D

AllGamer
08-28-2002, 05:10 PM
huh ?!?! :confused:

You want some explanation way more compliated than what i've alredy said?!?!

yikes that's kinda hard

the proces is really just way to simple to have room to add any Techno mumble jumble to it :D :p

omega31
08-28-2002, 05:16 PM
When you move files from folder to folder on the same hard drive, same partition, you are not actually moving the contents of the file from one cluster to another, you are changing the directory entry for that file to match the command you gave, i.e. changing the pointer to the file.

I was trying to find some more techspeak for this, but couldn't find anything better than my own words. I'll keep looking for techy terms, if you'd like.

omega31
08-28-2002, 07:41 PM
I think that was nicely put, wallijonn. :t