PowerShell / SHiPS

Simple Hierarchy in PowerShell - developing PowerShell provider got so much easier
MIT License
186 stars 31 forks source link

Support for Test-Path #77

Closed murrahjm closed 6 years ago

murrahjm commented 6 years ago

Any plans to add support for using Test-Path against SHiPS paths?

Tiberriver256 commented 6 years ago

Just as a note here. It does seem that test-path does work for partial paths but not for paths including the root.

Works:

PS MyCustomDrive:\> Test-Path ".\MyFolder\MyItem"

Doesn't work:

Test-Path MyCustomDrive:\MyFolder\MyItem
jianyunt commented 6 years ago

@murrahjm @Tiberriver256 Just published the ships module to the PowerShellGallery.com with the fixes. Please give it try. Thanks!