You can move the file or directory from one place to another
This command allows you to move files or folders to a different name, or different path. This is useful for many purposes.
move (source) (target)
move hello.txt ../goodbye.txt: Moves hello.txt to parent directory and renames it goodbye.txt
copy DebugInfo.txt Debug: Moves DebugInfo.txt to a different directory
Last updated 1 month ago