On 12/9/15, Luca Olivetti <[email protected]> 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 -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
