Back to FabImage Library website
You are here: Start » Function Reference » System » File System » SplitPathToNameParent
| Header: | STD.h |
|---|---|
| Namespace: | fil |
| Module: | FoundationLite |
Splits a file path into a file name and a parent directory
Syntax
void fil::SplitPathToNameParent ( const ftl::String& inPath, ftl::String& outRoot, ftl::String& outName )


