Add a check box 'skip Recycle bin' in 'sync dirs'

Here you can propose new features, make suggestions etc.

Moderators: white, Hacker, petermad, Stefan2

Post Reply
miskox
Member
Member
Posts: 166
Joined: 2003-06-11, 06:00 UTC

Add a check box 'skip Recycle bin' in 'sync dirs'

Post by *miskox »

I suggest to add a check box 'Skip Recycle bin' in the 'Synchronize directories' right-click options 'delete left', 'delete right', 'delete on both sides'.

Sometimes I have to delete many thousand of files (100,000+) and deletion of so many files takes ages. I use this command at the command prompt to speed deletion:

Code: Select all

for /L %f in () do @del /f /s /q RECYCLER\*.* >nul&@ping localhost >nul
to delete/empty Recycle bin all the time because deleting gets very slow when recycle bin gets filled.

Thanks.
Saso
#224551
User avatar
Dalai
Power Member
Power Member
Posts: 9364
Joined: 2005-01-28, 22:17 UTC
Location: Meiningen (Südthüringen)

Re: Add a check box 'skip Recycle bin' in 'sync dirs'

Post by *Dalai »

You can press/hold Shift before clicking/confirming the deletion also in Synchronize directories, just like when deleting files in TC's main window.

Regards
Dalai
#101164 Personal licence
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64

Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
miskox
Member
Member
Posts: 166
Joined: 2003-06-11, 06:00 UTC

Re: Add a check box 'skip Recycle bin' in 'sync dirs'

Post by *miskox »

I knew about pressing/holding 'shift' in main window...but I never tried it in Sync Dir... Thanks!

Saso
#224551
Post Reply