Moving a file

Moving a file on the same partition is a quick operation, because information about just location of this file needs to be updated in file record. If a file needs to be moved from one partition to another one then performance of such operation will be similar to copying this file and then deleting it. Because this is exactly what happens behind the scenes when this file is moved from one partition to another one.

There are multiple ways how a file can be moved from one place to another one. In GUI a file (or group of files) can be moved using cut-and-paste operation, or these files can be dragged to a new place.

Comments

Popular posts from this blog

Absolute and relative path in HTML pages

Errors

goto PHP operator