filerjs / filer

Node-like file system for browsers
BSD 2-Clause "Simplified" License
613 stars 153 forks source link

Bug Fix: Rename across directories not working #787

Closed abose closed 2 years ago

abose commented 2 years ago

In certain cases, rename of a folder was not working. For Eg: for the following dir structure:

/main/x/y/z
/anotherdir

rename(/main/x, /anotherdir/newdir) used to fail. fix for this case to work.

Tests