Acacha\Llum\LlumRCFile::path PHP Méthode

path() public méthode

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