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
This is like #170 but for deletion. c.RemoveItem() accepts a string. For cloud backends, this string is relative to the container. For local, it is an absolute path.
To delete an item based on it's known path in the container, currently the only portable thing to do would be to create an Item, and then delete this item's ID(). However this is both cumbersome an costly for cloud backends which don't require the extra Item() call.
It would be nice to support delete-by-relative-path in the local backend, which would mean deleting relative to container path.
The text was updated successfully, but these errors were encountered:
This is like #170 but for deletion. c.RemoveItem() accepts a string. For cloud backends, this string is relative to the container. For local, it is an absolute path.
To delete an item based on it's known path in the container, currently the only portable thing to do would be to create an Item, and then delete this item's ID(). However this is both cumbersome an costly for cloud backends which don't require the extra Item() call.
It would be nice to support delete-by-relative-path in the local backend, which would mean deleting relative to container path.
The text was updated successfully, but these errors were encountered: