multiply_path_ext_lists [function]
multiply_path_ext_lists( string prefixes, string joiner = "/"[, string suffixes ])
combines prefixes
(paths) and suffixes
(extensions) through the joiner
string to create an array of paths
- default value of
suffixes
is platform-specific and equal to the last logical half of the initial SGS_PATH value
- from code:
suffixes = "?;?" SGS_MODULE_EXT ";?.sgc;?.sgs"
(SGS_MODULE_EXT is either ".dll" or ".so")
prefixes
and suffixes
are expected to be in the SGS_PATH format - semicolon-separated (;) strings