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