FOF30\Platform\FilesystemInterface::folderExists PHP Method

folderExists() public method

Wrapper for the standard file_exists function
public folderExists ( string $path ) : boolean
$path string Folder name relative to installation dir
return boolean True if path is a folder
    public function folderExists($path);