Fixes #12479 - Fixed issue where time lookups on a symlink (GetLastWrite, Creation...
commit26e0b1deec095635f6a160eb7875c7fb48d53f5a
authorSteve Pfister <steveisok@users.noreply.github.com>
Wed, 23 Jan 2019 12:05:59 +0000 (23 07:05 -0500)
committerMarek Safar <marek.safar@gmail.com>
Wed, 23 Jan 2019 12:05:59 +0000 (23 13:05 +0100)
tree1c41f5be1a4a8d304a9465a5a7788102e35227b1
parent8c7ef3c7a31be2111aae05321e19f5197c875ed2
Fixes #12479 - Fixed issue where time lookups on a symlink (GetLastWrite, Creation, … (#12533)

When given a path to a symlink `GetLastWriteTime` returned the time for the actual file.  This PR resolves that.

Fixes https://github.com/mono/mono/issues/12479
mcs/class/corlib/Test/System.IO/FileTest.cs
mono/metadata/w32file-unix.c