Items - ChildItem
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.
...
ChildItem(ItemPath: String; Index: Integer): String;
Source Code
...
Delphi
Code Block | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
output(ChildItem(itempath, 1)); |
...