Beispiel #1
0
 /**
  * Empty the specified directory of all files and folders.
  *
  * @param string $directory
  * @return bool 
  * @static 
  */
 public static function cleanDirectory($directory)
 {
     //Method inherited from \Illuminate\Filesystem\Filesystem
     return \October\Rain\Filesystem\Filesystem::cleanDirectory($directory);
 }