Zipper
Zipper copied to clipboard
mkdir(): Invalid path
mkdir(): Invalid path!!! In vendor\laravel\framework\src\Illuminate\Filesystem\Filesystem.php,391 line $path = realpath($path); delete,ok
a bug: special character likes JCK Multi-Byte-Char in path need to decode
this issue ate my an hour... According to php docs, realpath() returns FALSE on failure, e.g. if the file does not exist.