Copying and moving files

Copying a file may be a time consuming operation, it depends on the size of a file.

Move operation is usually much quicker than copy operation on the same disk, because just location of the file is modified in the partition table. If original location and destination of the file is on different disks, than it is not just modification of the partition table, but an actual move of the data, and it maybe a time consuming process.

Comments

Popular posts from this blog

Absolute and relative path in HTML pages

Errors

goto PHP operator