DirectoryCleanupForce with wildcard
I'm currently working on a program that creates a partial-randomly named directory to work with and then leaves it there after runtime. I assume it's being used as a temporary file storage location, but that is inconsequential because I want to remove it. Unfortunately, DirectoryCleanupForce doesn't seem to work with wildcards. Is there a way of getting rid of these directories? Or will I have to resort to using NSIS scripting? Below is the exact code I have written in the launcher.ini file.
[DirectoriesCleanupForce] 1=%USERPROFILE%\.asy 2=%PAL:AppDir%\asy\asy_*
- Read more about DirectoryCleanupForce with wildcard
- 2 comments
- Log in or register to post comments