FolderItem.TrueChild
From Xojo Documentation
This item was deprecated in version 2019r2. Please use FolderItem.Child as a replacement. |
Method
If PathName is a directory, TrueChild returns a FolderItem object for the directory with the name passed. TrueChild returns the actual FolderItem, even if it is an alias.
Example
This example gets the actual FolderItem of the passed item.