« Back to Product

Documentation

IPS_GetScriptFile

 string IPS_GetScriptFile (int $ScriptID) 

Parameters

ScriptID

ID of the script

Returns

File name of the script

Description

This function returns the file name of the script with the ID ScriptID. An examplary use for this function is to include that file directly within other scripts.

Example

include(IPS_GetScriptFile($ScriptID));
Any questions?