Given the directory path and fielname, how do I check in VB if the file exists. If it doesn't exist when I check for it, then it should only return a value (eg 0, False, etc) and not crash my program with a Runtime Error.

Thanks.