codemax/tool-path

PHP - Herramientas para manipular rutas de archivos y directorios.

Installs: 35

Dependents: 2

Suggesters: 0

Security: 0

Stars: 1

Forks: 0

pkg:composer/codemax/tool-path

1.0.0 2021-05-03 02:37 UTC

This package is auto-updated.

Last update: 2025-09-29 02:22:49 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