+[TC850] Pause button when background delete folders

Bug reports will be moved here when the described bug has been fixed

Moderators: Hacker, petermad, Stefan2, white

Post Reply
User avatar
white
Power Member
Power Member
Posts: 5815
Joined: 2003-11-19, 08:16 UTC
Location: Netherlands

+[TC850] Pause button when background delete folders

Post by *white »

(2ghisler: same as reported by email)

(I have used recycle bin disabled, TC 32bit version, Windows XP)

Delete a folder containing a lot of nested empty sub folders.
Choose All when warning pops up that folder is not empty.
Click background button during deleting.
In background window click Pause button.
*Pause button changes to Start button, but deleting continues*
Click Foreground button
Click Pause button in foreground window
Deletion is paused.


Tool to create more than 111.000 folders:

Manyfolders.cmd

Code: Select all

@echo off
for %%a in (01 02 03 04 05 06 07 08 09 10) do (
  for %%b in (01 02 03 04 05 06 07 08 09 10) do (
    for %%c in (01 02 03 04 05 06 07 08 09 10) do (
      for %%d in (01 02 03 04 05 06 07 08 09 10) do (
        for %%e in (01 02 03 04 05 06 07 08 09 10) do (
          md %%a\%%b\%%c\%%d\%%e
        )
      )
    )
  )
)
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 50541
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post by *ghisler(Author) »

Sorry, the pause button state is currently only checked in the function which deletes files (not folders).
Author of Total Commander
https://www.ghisler.com
User avatar
white
Power Member
Power Member
Posts: 5815
Joined: 2003-11-19, 08:16 UTC
Location: Netherlands

Post by *white »

ghisler(Author) wrote:Sorry, the pause button state is currently only checked in the function which deletes files (not folders).
Not when deleting in the foreground.
User avatar
white
Power Member
Power Member
Posts: 5815
Joined: 2003-11-19, 08:16 UTC
Location: Netherlands

Post by *white »

Tested OK using TC8.51b1 32bit.
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 50541
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post by *ghisler(Author) »

Thanks!
Author of Total Commander
https://www.ghisler.com
Post Reply