Types/StreamDeck.Profile/get_Parent.ps1

1
2
3
4
5
if (-not $this.IsChild) { return $null }
($this.Path | Split-Path | Split-Path | Split-Path | Get-StreamDeckProfile -ProfileRoot { $_ })