codemax/tool-path

PHP - Herramientas para manipular rutas de archivos y directorios.

1.0.0 2021-05-03 02:37 UTC

This package is auto-updated.

Last update: 2025-05-29 01:26:59 UTC


README

PHP - Herramientas para manipular rutas de archivos y directorios.

  • Path::safe( string $path ): string
  • Path::forceDirBase( string $dirPath ): string
  • Path::fileExtension( string $path ): string
  • Path::forceCreateFilepath( string $filepath ): void
  • Path::deleteEntireDirectory( string $dirPath ): void