Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
Posh
0.1.7
Types/Posh.ExtensionCollection/get_Path.ps1
<#
.SYNOPSIS
Gets an extension collection's Path
.DESCRIPTION
Gets the Path(s) that store extensions in an extension collection.
#>
return
$this
.
'.Path'