Kirby\Cli\Command\Make::file PHP Method

file() protected method

protected file ( )
    protected function file()
    {
        return $this->dest() . '/' . $this->name() . '.' . $this->extension;
    }