[Lazarus] Release Candidate 1 of Lazarus 1.6

Bart bartjunk64 at gmail.com
Wed Dec 9 13:53:44 CET 2015


On 12/9/15, Luca Olivetti <luca at wetron.es> wrote:

> this isn't a lazarus bug but most probably a problem with fpc:
> ExpandUnCFileNameUTF8 (which in turns calls SystUtils.ExpandUNCFileName)
> returns '\' when called with

That's odd, because this is the implementation:

function ExpandUNCFileNameUTF8(const FileName: string): string;
begin
  Result:=SysUtils.ExpandUNCFileName(Filename);
end;

Bart




More information about the Lazarus mailing list