Example #1
0
 /**
  * Check whether this file has an absolute path
  * @return boolean true if the file has an absolute path, false if not
  */
 public function isAbsolute()
 {
     return $this->fs->isAbsolute($this);
 }