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
In the MultiFS implementation thre are checks to direct any requests for writing to the correct filesystem. However, no such checks are implemented for the remove() and removedir() functions.
This behaviour was unexpected, although maybe there is a reason behind it?