Beispiel #1
0
 /**
  * Determine if the given path contains no files.
  *
  * @param string $directory
  * @return bool 
  * @static 
  */
 public static function isDirectoryEmpty($directory)
 {
     return \October\Rain\Filesystem\Filesystem::isDirectoryEmpty($directory);
 }