Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When determining the cache location and using the `TEMP` environment variable, ensure that it is coming back as a Full Path and not as an 8.3 path. This happens on some systems when you simply call for the Environment Variable. However `Path.GetTempPath()` provides a fully qualified path instead of a shortened path. Use that instead.
- Loading branch information