topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Tuesday April 23, 2024, 5:51 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: DelEmpty 1.1: 2 additions, 1 request (check/uncheck all selected)  (Read 5922 times)

jukla

  • Participant
  • Joined in 2006
  • *
  • default avatar
  • Posts: 10
    • View Profile
    • Donate to Member
This is a very handy script!  :)

Here are two additions I found useful. Add them if you like them.

1. Add box for typing or pasting a path from clipboard when browsing for root folder:
change
FileSelectFolder,startfolder
to
FileSelectFolder,startfolder,,3

2. When starting the program, populate the ListView with the folder delempty.exe resides in and all its subfolders.
change
includefolders=0
Return

to
includefolders=0
startfolder=%A_ScriptDir%
Gosub, COUNT
Return


Here's a request:
When selecting multiple rows in the listview, allow to toggle check/uncheck checkbox for all of them with space (currently only one row gets checked/unchecked). I don't know how to implement that in AutoHotKey myself, but I bet it can be done.