You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we try to read from a file that does not exists, the FileHandle currently creates this file silently, resulting in an 0 byte large file appearing on disk, this is clearly unwanted behavior. Instead the reading should fail with either an IOException or (depending on the called method) return a fitting default value.