pyfilesystem2 icon indicating copy to clipboard operation
pyfilesystem2 copied to clipboard

MultiFS allows removing files from Filesystem added with write=False

Open Mark-Hetherington opened this issue 1 year ago • 0 comments

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?

Mark-Hetherington avatar Apr 06 '23 00:04 Mark-Hetherington