SWRU558 June 2020 CC3100 , CC3100MOD , CC3200 , CC3200MOD
Relative paths support is essential for session ease of use. This feature makes the session feature agnostic to where the files are actually located. For example, the SDK is released with build in session configurations files (*.ucf). These files are created in advance so users do not need to create it from scratch. However, if users decide not to use the default installation directory for the SDK, all absolute paths on the template XML files would fail. This is where relative path support comes into play. The template XML supports the special tag “${sessionDir}” in the URL variables. This special tag is set according to the session itself (and thus is different per session) and links to the location of the directory named configname_session (that is created automatically).