peteraritchie / LongPath

drop-in library to support long paths in .NET
GNU Lesser General Public License v3.0
112 stars 43 forks source link

Directory.Delete(string,bool) Reparse point behavior und fix for recursive=false #29

Closed SchreinerK closed 8 years ago

SchreinerK commented 9 years ago

added: Reparse point behavior for Directory.Delete(string,bool) added: fix for recursive=false

peteraritchie commented 8 years ago

This PR causes sereral tests to break. If I find the time, I'll try to fix them; but I might not be able to get to it quickly.

zjrunner commented 8 years ago

We were hoping to use this library but this bug is a blocker. Looks like this PR is 4+ months in -- any chance it will get merged soon so we can avoid building privates?

peteraritchie commented 8 years ago

I'll try to find some time to look more into this; but I was hoping the original author would update the PR to fix the broken tests. 4 months ago that might have been faster than me getting up to speed on the PR and updating it to not break tests; but it may be wash at this point. I'll see if I can find some time to look more closely into this.

rstarkov commented 8 years ago

Would it help to submit carl-tanner's tweak as a separate PR?