If you use the Gambas function Stat() on a nonexistent file, rather than throwing an error it segv's whether you use TRY or not. Obviously a workaround is to go IF EXIST filename THEN Stat(filename) but I'd think we would want to get rid of as many segv's as possible. Rob