peteraritchie / LongPath

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

Don't throw on Delete for missing file #89

Open dfev77 opened 4 years ago

dfev77 commented 4 years ago

This way we match behavior of System.IO.File.Delete and avoid unexpected errors

This fixes issue #70