classes/IndexedPath.ps1

class IndexedPath {
  [byte] $n
  [string] $Name
  [string] $Path
}