Zen API
|
Given a file path, returns the base name by stripping the parent directory portion.
The baseName (output) argument can refer to the same memory address as the path (input) argument.
path | File path. |
baseName | Receives the base name. |
capacity | Maximum number of characters (including null terminator). |