Back to FabImage Library website
You are here: Start » Function Reference » Path » Path Combinators » SplitPathByPath
SplitPathByPath
| Header: | FIL.h |
|---|---|
| Namespace: | fil |
| Module: | FoundationPro |
Splits path in common points of two paths.
Syntax
C++
C#
void fil::SplitPathByPath ( const fil::Path& inPath1, const fil::Path& inPath2, ftl::Array<fil::Path>& outPaths )


