File search

How about?

strArray = Directory.GetFiles(“YOURPATH”,“abc*”)

(*) Zero or more characters

(?) Exactly one character

ps: keep the above two lines in mind for future use.