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