peteraritchie / LongPath

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

Pri.File.GetLastWriteTime should not throw exception when IO.File.GetLastWriteTime doesn't #6

Closed peteraritchie closed 10 years ago

peteraritchie commented 10 years ago

from Thomas Levesque:

if a file doesn't exist, System.IO.File.GetLastWriteTime gives a dummy date (1601/01/01), whereas Pri.LongPath.File.GetLastWriteTime throws an exception.

peteraritchie commented 10 years ago

fixed in next version