Concat

<< Click to Display Table of Contents >>

Navigation:  Classes > TFilePath > Methods >

Concat

SIGNATURE=IWFilePath.TFilePath.Concat@string@string

 

ETYPE=Method

 

Declaration:

Delphi:

public class function Concat(const ARootPath: string; const AFileName: string): string;

C++:

public: __fastcall String Concat(const String ARootPath, const String AFileName);

 

Description: concatenate two parts of a path/filename taking care of path delimiters between them