Table of Contents

file_FileExists

Description

Test whether a file exists on the filesystem.

Function prototype

bool CExtAPI::file_FileExists(const char* lpFileName);

Arguments

Name Type Comment
lpFileName const char* A handle to a C-style string containing the filename, the existence of which is to be determined.

Return value

False if the file does not exist or an error occurred, and true otherwise.

Comments

None.