Open core-ai-bot opened 3 years ago
Comment by gruehle Friday Sep 14, 2012 at 23:41 GMT
Comments have been addressed. Ready for re-review.
Comment by redmunds Saturday Sep 15, 2012 at 00:10 GMT
This looks good on Win7. Do you think it's ok to merge, or should we get someone to try it out on WinXP first?
Issue by gruehle Friday Sep 14, 2012 at 18:37 GMT Originally opened as https://github.com/adobe/brackets-shell/pull/113
Fix for issue adobe/brackets#1647
The
_wstat()
function on Windows does not work with symlinks (see the 2nd note on this page: http://msdn.microsoft.com/en-us/library/14h5k7ff.aspx). Use the Win32 API to get the file mod time instead.All unit tests pass.
gruehle included the following code: https://github.com/adobe/brackets-shell/pull/113/commits