Source commit: 9ee4d70959a40c42ceb3a133801d269278d50a13
@@ -1402,6 +1402,7 @@ int __fastcall FileGetAttrFix(const UnicodeString FileName)
// The default for FileGetAttr is to follow links
bool FollowLink = true;
// But the FileGetAttr whe called for link with FollowLink set will always fail
+ // WORKAROUND:
// as its calls InternalGetFileNameFromSymLink, which test for CheckWin32Version(6, 0)
if (!IsWinVista())
{