Public/Xpand/Get-XpandPwshDirectoryName.ps1
|
function Get-XpandPwshDirectoryName { [CmdLetTag()] [CmdletBinding()] param ( ) begin { } process { $Global:xpandpwshpath } end { } } |
|
function Get-XpandPwshDirectoryName { [CmdLetTag()] [CmdletBinding()] param ( ) begin { } process { $Global:xpandpwshpath } end { } } |