You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered: