Back to FabImage Library Lite website
You are here: Start » System » File System » SplitFileNameToParts
SplitFileNameToParts
| Header: | STD.h |
|---|---|
| Namespace: | fil |
Splits the filename to base and extension, the extension is considered
Syntax
void fil::SplitFileNameToParts ( const ftl::String& inPath, ftl::String& outNameBase, ftl::String& outExtension )


