string IPS_GetScriptFile (integer $ScriptID)
ScriptID | ID of the script |
File name of the script |
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.
include(IPS_GetScriptFile($ScriptID));