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