Ferreteria/v0.6/clade/Sys/FileSys/Node
Pages
Code Pages
Object Structure
updated 2026-07-24, but needs further updates
┌───────┐
┌───────────► USpec │
│ └───────┘
│ ┌───────┐
│───────────► PSpec │
│ └───────┘
│ ┌─────┐
│ ┌─────────► Fil │
│ │ └─────┘
│ │ ┌─────┐
│ ├─────────► Fol │
│ │ └─────┘
│ │
┌─┴─┴──┐
│ Node │
└────┬─┘
│
│ ┌─────────┐
├────────► VenType │
│ └─────────┘
│
│ ┌─────────┐
├────────► VenConn │
│ └─────────┘
│
│ ┌─────────┐
└────────► VenNode │
└─────────┘
History
- 2026-05-26 Split code in
FromSpec()off intoClassForExisting()andClassForNotFound(), to allow overriding not-found behavior inWild.