Example #1
0
 /**
  * Checks if the file is writable
  * @return boolean true if the file is writable, false if not
  */
 public function isWritable()
 {
     return $this->fs->isWritable($this);
 }