Open Arshia001 opened 1 year ago
The error seems to be part of the FileSystem
impl for virtual_fs::mem_fs::FileSystem
.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This is still a valid issue.
Describe the bug
Renaming files does not work in a mounted host directory.
Steps to reproduce
Use
wasi::path_rename
orstd::fs::rename
to rename a file that is inside a mounted host directory.