I wanted to copy directory to the specific target but got error because target directory was already existed. So I added -force flag but got the same error.
Example:
file copy -force my_dir $target_path
error copying "my_dir" to "my_dir": file already exists
Is there a way in pure tcl to copy directory over directory that already exists?