Skip to content

Move File or Directory

Description

The "Move File or Directory" function within the File Management Module is a versatile tool for relocating files or directories with precision. Whether you need to rename files, reorganize your file system, or transfer documents between folders, this function simplifies the process. It allows you to specify both the source and destination paths, ensuring an accurate and controlled move operation.

Usage

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

Arguments

  • --SOURCE (Required)

Example:

tt --fm move --SOURCE C:\\Users\\MyUser\\ProjectName\\MyFolder1
  • --DEST (Required)

Example:

tt --fm move --SOURCE C:\\Users\\MyUser\\ProjectName\\MyFolder1 --DEST C:\\Users\\MyUser\\ProjectName\\MyFolder2