GetPaths Data Member Function

Populates a <StrList> with all the file paths stored by this object.

Prototype

int32 GetPaths( StrList p_slPaths )

Parameters

Parameter Type Parameter Name Documentation
<StrList>p_slPathsA pointer to the destination <StrList>.

Examples

Copy Text To Clipboard

import library "type_service_select_util.ssl";
import library "str_list_util.ssl";

AppScaffoldNode a_oNode = LibSelect.FirstAppScaffoldNode();

auto StrList a_slPaths;
a_oNode.GetPaths( a_slPaths );
LibStrList.Out( a_slPaths );

Results

STRLIST OUTPUT generated by STR_LIST_UTIL.SSL
.\Shader.scenomeapp
.\v0_shader.xml
.\shader_icon.ico
.\shader_splash_screen.bmp
.\shader_default.box
.\v0_scripts.xml