ArgsResolver.init creates a temporary directory with a removeTreeOnDeinit: false, which means that it won’t delete the temporary directory. This isn’t a huge issue on macOS and Linux where the system will occasionally clean the temp directories but on Windows, Users\<username>\AppData\Local\Temp is not cleaned by the system and so these directories keep accumulating.
The driver should clean up all temporary files when it finishes.
ArgsResolver.initcreates a temporary directory with aremoveTreeOnDeinit: false, which means that it won’t delete the temporary directory. This isn’t a huge issue on macOS and Linux where the system will occasionally clean the temp directories but on Windows,Users\<username>\AppData\Local\Tempis not cleaned by the system and so these directories keep accumulating.The driver should clean up all temporary files when it finishes.