Ferreteria/v0.6/clade/Sys/FileSys/Aspect/Ident/@code/rmv/2026/06/04
Jump to navigation
Jump to search
| 2026/06/03 | 2026/06/04 | 2026/06/05 |
retired SplFileInfo implementations
#
public function SpecReal() : string { return $this->NativeSplInfo()->getRealPath(); }
public function SpecPath() : string { return $this->NativeSplInfo()->getPath(); }
public function SpecNameCore() : string { return $this->NativeSplInfo()->getBasename('.'.$this->SpecExtn()); }
public function SpecExtn() : string { return $this->NativeSplInfo()->getExtension(); }
public function SpecNameExt() : string { return $this->NativeSplInfo()->getFilename(); }