There are a lot of file operations which store files next to the executable. This is unnecessary and causes permission and pathing issues. Instead the files should be stored in the OS's temp directory.
Given the number of files that are stored in this fashion, we should just create a temp directory on run and delete it when as part of the app termination
There are a lot of file operations which store files next to the executable. This is unnecessary and causes permission and pathing issues. Instead the files should be stored in the OS's temp directory.
Given the number of files that are stored in this fashion, we should just create a temp directory on run and delete it when as part of the app termination