Feedback
FileSystemItem.Children references can lose their path after iteration
- Status
- Fixed
- Fixed in
- v26.6.3
- Source discussion
- https://forum.objo.dev/d/334-memory-management-bug
- Last updated
- 2026-06-11
Public summary
FileSystemItem.Children() can return child FileSystemItem references that lose their internal path after the returned array is iterated or after child items are appended into another array. Valid code that later reads properties such as Name or Size then fails with TypeMismatchException: Expected String but got Nothing.