Skip to content

Copy File or Directory

Description

The "Copy File or Directory" function within the File Management Module is a versatile tool for duplicating files or directories. Whether you need to create backups, duplicate project files, or replicate entire directories, this function simplifies the process. It allows you to specify both the source and destination paths, ensuring a precise and controlled copying operation.

Usage

  1. Open the terminal and type:
tt --files copy [ARGS]
# or
tt -fm copy [ARGS]

**Arguments**

  • --SOURCE (Required)

Example:

tt --fm copy --SOURCE C:\\Users\\MyUser\\ProjectName\\sqlite.db
  • --DEST (Required)

Example:

tt --fm copy --SOURCE C:\\Users\\MyUser\\ProjectName --DEST C:\\Users\\MyUser\\Backups\\ProjectName