Follow the instructions in here to download and install the SHiPS.
See the FileSystem module.
Import-Module SHiPS
Import-Module .\samples\FileSystem
New-PSDrive -Name FS -PSProvider SHiPS -Root FileSystem#Home
cd FS:
dir- Unlike the FamilyTree, a tree structure, the FileSystem follows a recursion model from root to leaf.
- We used a data field,
Hidden [object]$datato pass down the context from parent node to child.