Feedback
Unhandled file I/O errors display as generic runtime errors
- Status
- Fixed
- Fixed in
- v26.5.8
- Source discussion
- https://forum.objo.dev/d/223-runtime-error
- Last updated
- 2026-06-01
Public summary
Unhandled file I/O failures are reported in Studio as generic runtime errors instead of surfacing the documented IOException type. A permission-denied FileSystemItem.CreateFolder() failure should make it clear that an IOException occurred so users can connect the diagnostic to the standard library exception they can catch.