Source commit: 89e9f4995a20f7f7d01bf6e3c7140c86a9763ada
@@ -752,7 +752,9 @@ begin
begin
Result := UserDocumentDirectory;
if IsUNCPath(Result) then
+ begin
Result := AnyValidPath;
+ end;
end;
end; { GetHomeDirectory }