Items - ChildItem
Text:
API Call:Returns the full path of the child item at position Index in the list.
If the child item does not exist an empty string is returned.
Declaration:
ChildItem(ItemPath: String; Index: Integer): String;
Source Code:
Code Block | ||||
---|---|---|---|---|
| ||||
output(ChildItem(itempath, 1)); |