Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
ShowTree
2.0.0
ShowTree.psm1
if
(
$PSEdition
-eq
'Core'
)
{
$path
=
Join-Path
$PSScriptRoot
'Core\ShowTree.psd1'
}
else
{
$path
=
Join-Path
$PSScriptRoot
'Desktop\ShowTree.psd1'
}
Import-Module
-Name
$path
-Global