Version 3.9
Return TRUE, if file exists
String
Check if account has a logo.png file:
if ( $this->get('account')->isFile('logo.png') ){ // There is a logo }