Background
We're storing some files in the user documents folder for the customrtserver.
Problem
When those files are removed the empty folders they are located in are not cleaned up.
Can be reproduced with the new test launcher
Solution
When the cached files in _documentsPath are cleaned up also clean up those empty directories that would be left behind.
Question
Do we even need to store those in the user documents folder?
Would not the temp folder or the service folder be more appropriate?
Background
We're storing some files in the user documents folder for the customrtserver.
Problem
When those files are removed the empty folders they are located in are not cleaned up.
Can be reproduced with the new test launcher
Solution
When the cached files in
_documentsPathare cleaned up also clean up those empty directories that would be left behind.Question
Do we even need to store those in the user documents folder?
Would not the temp folder or the service folder be more appropriate?