directory::exists

bool directory::exists (
     string path
)

Description

Check if a folder exists.

Parameters

Table 10. Parameters

Name Type Description
path string The name of the directory to check.

Return Values

True if the directory exists, false if not.