Zen API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
kBool kFile_Exists ( const kChar fileName)

Reports whether the specified file exists.

If the supplied path exists, but is not a file, this function will return kFALSE.

Parameters
fileNamePath to the file.
Returns
kTRUE if the file exists; kFALSE otherwise.