Say the directory c:\files exists and is empty.

The function Exist("c:\files\*.*") returns true even when there are no files in the directory. I'm thinking the current and parent directory references are what's throwing the function. Can this be fixed?