Beispiel #1
0
 /**
  * Determine if the given path is writable.
  *
  * @param string $path
  * @return bool 
  * @static 
  */
 public static function isWritable($path)
 {
     //Method inherited from \Illuminate\Filesystem\Filesystem
     return \October\Rain\Filesystem\Filesystem::isWritable($path);
 }