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

Transforms all path separators to normal form and removes trailing slashes.

The normalized (output) argument can refer to the same memory address as the path (input) argument.

Parameters
pathInput path, in native or mixed form.
normalizedReceives transformed path, in normal form.
capacityMaximum number of characters (including null terminator) for normalized path.
Returns
Operation status.