Location: Documentation blam Function reference Directory functions path::exists path::exists This function is deprecated in favour of directory::exists. bool path::exists ( string pathName) Parameters Table 11. Parameters Name Type Description pathName string The name of the directory to find. Return Values True if the directory was found, false if not.