GetFilePath Data Member Function

Returns the file path at the specified index.

Prototype

string GetFilePath( int32 p_nFilePathIndex )

Parameters

Parameter Type Parameter Name Documentation
int32p_nFilePathIndexThe index of the file path to access.

Examples

Copy Text To Clipboard

import library "app_service_console_util.ssl";
import library "type_service_select_util.ssl";

AppScaffoldNode a_oNode = LibSelect.FirstAppScaffoldNode();

for( int i = 0; i < a_oNode.GetCount(); ++i )
{
   Console.Out( a_oNode.GetFilePath( i ) );
}

Results

.\Shader.scenomeapp
.\v0_shader.xml
.\shader_icon.ico
.\shader_splash_screen.bmp
.\shader_default.box
.\v0_scripts.xml