Build.File - path::exists

bool path::exists (
     string pathName
)

Parameters

Table 24. Parameters

Name Type Description
pathName string The name of the directory to find.

Return Values

True if the directory was found, false if not.