GitHub user Xuanwo added a comment to the discussion: Can root path be deleted?
> Yes. If use has set `/a/b/c/` as the root, I know how to delete `/a/b/c/`, > but I don't know how to delete `/a/b/` or `/a/`. This might not happen in > real scenario, I just want to know if it is possible. No, that's not possible and it should not happen. The root path concept exists to prevent users from performing operations outside the root directory. GitHub link: https://github.com/apache/opendal/discussions/7030#discussioncomment-15270457 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
