|
Re: tab and variable hn wrote:
> not really answer to my question, my question is why
> $pshome\..\
> does not expand to
> c:\windows\system32\windowspowershell\
It is because expanding the "value" of parameter is not implemented in
the TabExpanion function( located in function:TabExpansion, and to see
the definition of the function try, (ls
function:TabExpansion).definition ). |