Ferreteria/v0.6/clade/Sys/FileSys/Aspect/Ident/spex/USpec
Jump to navigation
Jump to search
| ||||||||||||||||||||||||
Pages
History
- 2024-04-30 converted to class-per-file
- renamed from .\cnURLInfo -> .\IO\Store\Aux\Native\cnURL
- 2026-05-27 moved from [WFu]Sys\IO\Store\aux\Native -> [WFe]Sys\FileSys\aux because FileSys\Aspect\Ident\spex clades are using it.
- Also added interface and removed references to cnPathInfo (possibly functionality is now in Ident?).
- Changed API to use hooked properties instead of functions.
- Schema -> Proto, BaseURL() -> $SFull
- 2026-06-02 [THINKING] maybe this isn't inherently "native" (could be initialized with
FromNative()orFrom_parse_url(), OSLT, for clarity) and needs to be more part of the filespec-management system. - 2026-06-03 Moved ...
Ident/native/URL⇒ ...Ident/spex/NodeURL(see notes) - 2026-06-05 Renamed
NodeURL⇒USpecNode - 2026-06-09 Renamed
USpecNode⇒USpec - 2026-06-10 Reparented from
StandardBase⇒ IO\Aspect\Entry, with the idea that this makes them easier to reconcile. This should (I think) makeUSpecredundant except for the connecty bits.