Collecting file into a single directory

English support forum

Moderators: white, Hacker, petermad, Stefan2

Post Reply
ZeBob
Junior Member
Junior Member
Posts: 2
Joined: 2004-07-27, 20:39 UTC

Collecting file into a single directory

Post by *ZeBob »

Hi,

Is there a way in TC to copy/move files from a directory tree to an unique directory ?

For example, considering the following directories/files structure :

Code: Select all

Dir1
 |-FileA
 |-FileB
 |-Dir2
 |  |-FileC
 |-Dir3
 |  |-FileD
 |  |-Dir4
 |    |-FileE
 |    |-FileF
I'd like to copy files of that structure into another directory (say Dir5) without the source directory structure (kind of "flatening" the structure).

So after the copy, Dir5 would contain files FileA, FileB, ..., FileF.

Thanks.
batchman61
Junior Member
Junior Member
Posts: 43
Joined: 2003-02-07, 19:24 UTC
Location: Germany

Post by *batchman61 »

goto Dir1
branch view (Ctrl B)
select all files
copy

(isn't it easy ?)
ZeBob
Junior Member
Junior Member
Posts: 2
Joined: 2004-07-27, 20:39 UTC

Post by *ZeBob »

In deed it is ! Thanks a lot :D !!
Post Reply