FIX/MacCloud: Trailing PathDelim in Remote Path Parser

This commit is contained in:
rich2014 2026-01-20 23:12:59 +08:00
commit 71c2d63aa8

View file

@ -120,7 +120,7 @@ begin
_connectionName:= path.Substring( 1 );
end else begin
_connectionName:= path.Substring( 1, i-1 );
_driverPath:= path.Substring( i );
_driverPath:= ExcludeTrailingPathDelimiter( path.Substring(i) );
end;
end;