Hi guys,
I have recently stumbled across a weird situation while trying to delete a file.
The file was below a folder containing a space in its name. And when trying to delete, I got a yellow error: Cannot create"D:/...../Files/Images/xxx yyy/" because a file or directory with the same name already exists
The path is like this: Images/xxx yyy/zzz
It is also true that I have another folder like this: Images/xxx/
It seems that the spaces are breaking somehow the delete logic.
It seems like a bug to me.
Would you guys agree?
Thank you,
Adrian