186
Screenshot Captor / Re: SC - smart screenshot folder
« on: August 01, 2020, 12:38 PM »monitor OR change a folder, but not both?? Not sure.When monitoring a folder, it seems to only be able to change the attribute(s) of the files, not of the folder. That is what you would usually want, I guess.-kunkel321 (August 01, 2020, 09:03 AM)
I tried to use the "Open With" action, and set "(if exist "%ParentDir%\*.*" (attrib -h "%ParentDir%") else (attrib +h "%ParentDir%"))" as the Destination Program, but that doesn't seem to work. And also it doesn't trigger if you delete a file from the directory.
Some deeper investigation in the AutoIt source of DropIt could reveal a way to do this (or extend it with a 'run command' action), but that seems a bit much.