E7040 Stdlib Validation Errors
empty-path
path cannot be empty
When this occurs
Empty string passed as a file path to an I/O function
Example error message
error[E7040]:
io.read_file(): path cannot be empty
How to fix
Ensure path variables are initialized before use. Add validation to check for empty paths before I/O operations.