Skip to content

Implement frename

Currently the frename syscall is not implemented yet, and only returns ENOSYS at the moment. It should be as simple as resolving the source and retrieve its parent directory, resolving the destination and decide whether it is a target file path or target directory, and finally exchange the directory entries.