fatrbaby/termite

simple file & path toolkit

v1.0.1 2024-06-21 10:49 UTC

This package is auto-updated.

Last update: 2025-02-21 12:11:43 UTC


README

simple file & path toolkit

install

composer required fatrbaby/termite

usage

use Fatrbaby\Termite\Path;

Path::join('/foo', 'bar');
Path::abs('/a/../b');
Path::base('/foo/bar/baz/');
Path::dir('/foo/bar/b');
Path::extension('/foo/bar.txt');
Path::getUserDirectory();