I'd like to use Directory.GetFiles() to get all the files that don't HAVE an extension. Is there a pattern I can send into GetFiles() that'll do the trick? ... I guess the pattern needs to match when there is NO dot. Thanks. -Abe