Back to Aurora Vision Library website
You are here: Start » Function Reference » System » File System » ConvertPathToRelative
| Header: | STD.h |
|---|---|
| Namespace: | avl |
| Module: | FoundationLite |
Makes the path relative to inBasePath
Syntax
void avl::ConvertPathToRelative ( const atl::String& inPath, const atl::Optional<atl::Directory> inBasePath, atl::String& outPath )


