airbreather / StepperUpper

Some tools for making STEP happen.
MIT License
9 stars 2 forks source link

Better Handling for Long Paths #16

Closed airbreather closed 7 years ago

airbreather commented 7 years ago

If some of the full paths for files being extracted would exceed a certain threshold, 99% of Windows systems will crap out when they try to do interesting stuff with them. Apparently with a cryptic "Access Denied" error message,

This can be deal with with somewhat "nicely" (for the users) without much specialized code by just embedding the length of the longest output directory full path that will not cause issues.