rejetto forum
Software => HFS ~ HTTP File Server => Bug reports => Topic started by: Mars on November 13, 2008, 08:53:29 PM
-
function getUploadDestinationFileName():string;
.......
while fileExists(result) do
begin
inc(i);
result:=format('%s\%s(%d)%s', [f.resource, fn, i, ext]);
end;
end; // getUploadDestinationFileName
Between '%s\%s and (%d)%s, a space is missing in '%s\%s(%d)%s',
exact string is '%s\%s (%d)%s'
an example follows
-
thank you for reporting mars