peteraritchie / LongPath

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

File.Delete(file) throws FileNotFoundException #70

Open SchreinerK opened 6 years ago

SchreinerK commented 6 years ago

If the file is not found there should be no exception. System.IO.File.Delete(file) throws no exception.