Build.File - file::exists

bool file::exists (
     string fileName
)

Parameters

Table 23. Parameters

Name Type Description
fileName string The name of the file to find.

Return Values

True if the file was found, false if not.