Futilities/v0.6/clade/Sys/IO/Store/aux/Path
Jump to navigation
Jump to search
| Subpages |
|---|
Podlings
Piece(clade-family)
About
- Purpose: classes for handling file-paths in a structured way
History
- 2019-03-31 started, so we can show paths as trees
- Originally written for ffmove, I think; was pathSeg.php.
- 2022-09-05 copied to The Futilities and adapted/updated
- ...though it turns out maybe I don't need it [yet].
- 2022-09-11 need it now! Some class changes:
- caPathPiece: new base class
- cPathSeg renamed to cPathCap
- cPathBase renamed to cPathRoot, descends from cPathHandler instead of cPath[Seg]
- merged in work from 9/10 accidentally done on separate file
- 2022-09-12 added cnPathInfo
- 2026-05-03 I think most of this stuff must have been moved to Ferreteria's FileSys space.