peteraritchie / LongPath

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

Expanded error handling #36

Closed HMartyrossian closed 8 years ago

HMartyrossian commented 8 years ago

Fixed error handling bug and added new error codes.

peteraritchie commented 8 years ago

Would this also apply to File.cs?

HMartyrossian commented 8 years ago

Yes, Peter, it does apply to the File.cs as well. I believe that we have to move ThrowIfError() method to the Common.cs in order to avoid code duplication.

peteraritchie commented 8 years ago

Thanks!