File
File copied to clipboard
This package contains php classes to access, change, copy, delete, move, rename files and directories.
- Updating phpunit dependencies to be compatible to other libraries. No BC so minor release will be enough.
Since it uses a path-separator in the first character of path as indicator of absoulte path, it doesn't works on Windows. This make this library not universal cross-platform solution for...
The following code works fine: ``` $file = new File('1'); var_dump($file->getRealPath()); ``` and if there is a file or directory named "1" in current directory it prints its full path,...
Do you consider supporting recent PHP versions? Currently there are deprecation messages and errors when using this package with PHP 8.1 and 8.2. ``` PHP Deprecated: Return type of Naucon\File\FileAbstract::getExtension()...