Is it possible to have If Exist command check more like a like?

For example,

 Code:
If Exist ("%ProgramFiles(X86)%\Microsoft Office\Office14")


I would like something like where Office* instead of Office14.

Or

 Code:
If Exist Like ("%ProgramFiles(X86)%\Microsoft Office\Office*")


Edited by KIXKicks (2012-04-23 07:50 PM)