If I try to rename or move a Directory, I'm getting a File not found at path: $FolderName Exception in both cases. The folder exists and deleting works as well. Moving actual files works without any problems.
It seems to be that a folder rename and move requires a trailing slash in the name, however the flysystem's normalization removes those, and it seems to be inconsistent, because deleting actually works.
I'm using the package with symfony and the (latest) following versions of dependencies:
If I try to rename or move a Directory, I'm getting a
File not found at path: $FolderName
Exception in both cases. The folder exists and deleting works as well. Moving actual files works without any problems.It seems to be that a folder rename and move requires a trailing slash in the name, however the flysystem's normalization removes those, and it seems to be inconsistent, because deleting actually works.
I'm using the package with symfony and the (latest) following versions of dependencies:
Thank you.