Instead of typing PsIsContainer, I would like to be able to use either "dir" or "folder" strings. Is there a way in PowerShell that allows me to substitute one string for another, as in this case?
|
feedback
|
|
I think you could get close to what you're afer by predefining a couple of scriptblocks e.g.:
Good news in PowerShell V3. This is supported natively e.g.:
| |||||||
feedback
|
|
You could update your TypeData for the D:\fileinfo.ps1xml
Update the TypeData:
Now you will be able to type:
and
| |||
|
feedback
|