I've been wondering for a while how to do a regex in gambas... For instance, I'm trying to say something like this IF Exist("/path/to/some/dir/*.tar") THEN blah blah blah How can I accomplish that in gambas2?