can I easily check for the existance of a certain file?

with VB would just use Dir(FileName), an empty string returned would indicate that the file doesnt exist. Can I do something similar with C++?