Example #1
0
 /**
  * Get the absolute path of your file
  * @return string
  */
 public function getAbsolutePath()
 {
     return $this->fs->getAbsolutePath($this);
 }