Zen API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
kStatus kPath_Combine ( const kChar segment1,
const kChar segment2,
kChar path,
kSize  capacity 
)

Combines two path segments using the normalized path separator character.

The path (output) argument can refer to the same memory address as either of the segment (input) arguments.

Parameters
segment1First path segment.
segment2Second path segment.
pathReceives the combined path segments.
capacityMaximum number of characters (including null terminator).
Returns
Operation status.