/** * Use file as named path * * @param string $name */ public function setAs($name) { Fs::setPath($name, $this); }