Table of Contents

zfile_FileExists

Description

Test whether a file exists.

Files

Declaration zFile.h
Implementation zFile.cpp

Function prototype

bool zfile_FileExists(const char* lpFileName);

Arguments

Name Type Comment
lpFileName const char* A pointer to a C-style string containing the full path name of the file whose existence is to be tested.

Return value

True if the file is found at lpFileName, and false otherwise.

Comments

None.