Indy 9
|
function IncludeTrailingSlash(const APath: string): string;
IncludeTrailingSlash is a convenience function provided for Delphi or C++ Builder products using a VCL version prior to VCL 5. IncludeTrailingSlash calls IncludeTrailingBackSlash for VCL version 5, or IncludeTrailingPathDelimiter for VCL version 6 or above.