Which file operation allows you to create an exact duplicate in the same directory with a different name?

Which file operation allows you to create an exact duplicate in the same directory with a different name?

  1. Copy ✓
  2. Move
  3. Rename
  4. Save as

Explanation

Copy creates an exact duplicate of a file in the same or different location. The original stays unchanged. You can rename the copy to distinguish it from the original.

Move transfers the file to a new location without duplication. Rename changes the filename. Save as creates copies with different names while working in programs.

Copying is useful for backups and creating variations. You always keep the original safe.