You are not logged in.
Pages: 1
Delphi 12.1
mORMot2, Commit 2.3.9849
Are the double separators in result desired at the end?
ShowMessage(MakePath(['e:\Test\', 'SubFolder\'], {EndWithDelim=} True)); // Result: e:\Test\SubFolder\\
With best regards
Thomas
Offline
I don't think so.
Should be fixed with
https://github.com/synopse/mORMot2/commit/0e2fd52e4
(also includes the corresponding regression tests)
Offline
Pages: 1