InterviewSolution
Saved Bookmarks
| 1. |
Difference between copying a file and moving a file |
|
Answer» In COPYING a file you CREATE the same file in ANOTHER location. So the same INFORMATION exists in both the locations. When moving a file you move the same file/data to another location. So the file is MOVED to another location and the file exists only in the destination location and not in the source location. PLZ MARK ME AS BRAINLIEST ANSWER |
|