![]() | SUMMARY | DETAIL |
Macros to derive relative and absolute paths.
Macro Summary | |
external | %lsaf_getabsolutepath(lsaf_base_path=, lsaf_relative_path=);
Gets an absolute path for an item relative to the specified base path. Neither path is ...
|
external | %lsaf_getrelativepath(lsaf_base_path=, lsaf_absolute_path=);
Gets a relative path for an item relative to the specified base path. Neither path is ...
|
Macro Detail |
%lsaf_getabsolutepath(lsaf_base_path=, lsaf_relative_path=);
[ Exposure:
external
]
_lsafAbsolutePath_
-
The absolute path._lsafMsg_
-
The return message._lsafRC_
-
The return code.lsaf_base_path
-
- Required - The absolute path to the base container location.lsaf_relative_path
-
- Required - The path of the file relative to the base path. A
%lsaf_getrelativepath(lsaf_base_path=, lsaf_absolute_path=);
[ Exposure:
external
]
_lsafMsg_
-
The return message._lsafRC_
-
The return code._lsafRelativePath_
-
The relative path.lsaf_base_path
-
- Required - The absolute path to the base container location.lsaf_absolute_path
-
- Required - The absolute path of the file relative to the base path.