Ferreteria/v0.6/clade/Sys/FileSys/Node/venue/VenSpec

From WoozleCodes
Jump to navigation Jump to search
clade: Sys\FileSys\Node\venue\VenSpec
Clade Family
Aspect VenSpec
Clade Aliases
Alias Clade
Base* [ca,i] Sys\FileSys\Node\aux\Aspect
NodeIface Sys\FileSys\Node
SelfIface Sys\FileSys\Node\venue\VenSpec
Subpages

About

  • Purpose: provides operations that only need a device-relative filespec,
    • Library-wrapper classes go under this.

History

  • 2026-08-13 [SpecOps] This idea makes sense in my head right now; I hope it continues to do so.
    • For now, I'm implementing the stuff that SecLib and Native (PHP SSH2) have in common -- many of the ops use the same functions, just with a different protocol prefix.
    • Introducing another library later might result in having to push the stuff in this class down a level.
  • 2026-08-17 renamed from SpecOps to VenSpec and moved to Node venue folder (it already had the right Base-clade)