Acacha\Llum\LlumRCFile::path PHP Method

path() public method

Get real path (form user home)
public path ( ) : string
return string
    public function path()
    {
        return getenv("HOME") . $this->relative_file_path;
    }
LlumRCFile