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
It would be nice to be able to do a mv operation in library_fs.js, specially one that can move directories even if they have files and other directories inside of it.
The need arise when I was trying to figure a sensible approach for deleting the permanent files in IDBFS, and it felt like I don't want to really delete right away, but first move to a recycle bin like location to evaluate if the deletion had the expected result and later actually delete them from the recycle bin. But it turns out I can't figure out how to move the files/directories.
The text was updated successfully, but these errors were encountered:
It would be nice to be able to do a mv operation in library_fs.js, specially one that can move directories even if they have files and other directories inside of it.
#4952 (comment)
The need arise when I was trying to figure a sensible approach for deleting the permanent files in IDBFS, and it felt like I don't want to really delete right away, but first move to a recycle bin like location to evaluate if the deletion had the expected result and later actually delete them from the recycle bin. But it turns out I can't figure out how to move the files/directories.
The text was updated successfully, but these errors were encountered: