Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
XpandPwsh
1.221.0.4
Public/Xpand/Get-XpandPwshDirectoryName.ps1
function
Get-XpandPwshDirectoryName
{
[
CmdLetTag
(
)
]
[
CmdletBinding
(
)
]
param
(
)
begin
{
}
process
{
$Global:xpandpwshpath
}
end
{
}
}