peteraritchie / LongPath

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

Pass full path to error to avoid losing path info #53

Closed thomaslevesque closed 7 years ago

thomaslevesque commented 7 years ago

Fixes #52

Pass the full path to ThrowIOError when an error occurs in FileSystemInfo.Refresh(), so that the error indicates the pass on which the error occurred.