Add logic to VFS rename: If target of rename exists and is a directory, then...
Add logic to VFS rename: If target of rename exists and is a directory, then the source file should be moved 'under' the target directory. POSIX also requires that if the target is a file, then that old file must be deleted.
Loading
Please register or sign in to comment