Acacha\Llum\LlumRCFile::path PHP 메소드

path() 공개 메소드

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