Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use alternative means to generate temp file names #273

Merged
merged 6 commits into from
Mar 8, 2015

Conversation

anaisbetts
Copy link
Contributor

For various reasons (probably including old versions of Squirrel), a ton of people have their entire Temp folder full with files - Path.GetTempFileName will iterate through tmp0000.tmp => tmpFFFF.tmp and if all 65K files are taken, you're SOL.

So instead, we'll make our own cooler, way better'er version, that has a 1M limit (and a different prefix, so hopefully we won't even come close to the original limit)

anaisbetts added a commit that referenced this pull request Mar 8, 2015
Use alternative means to generate temp file names
@anaisbetts anaisbetts merged commit 4eaa295 into master Mar 8, 2015
@anaisbetts anaisbetts deleted the tempfiles-be-gone branch March 8, 2015 04:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant